Click or drag to resize
SessionLoadMetadata Method
Read metadata about this session from a stream. NB: Closes the Stream when done.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool LoadMetadata(
	Stream strmMetadata
)

Parameters

strmMetadata
Type: System.IOStream
The stream of XML text from which session metadata will be loaded.

Return Value

Type: Boolean
True if the Metadata was successfully loaded; False if any exceptions were trapped.
See Also