SessionLoadMetadata Method |
Read metadata about this session from a stream. NB: Closes the Stream when done.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool LoadMetadata(
Stream strmMetadata
)
Public Function LoadMetadata (
strmMetadata As Stream
) As Boolean
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:
BooleanTrue if the Metadata was successfully loaded; False if any exceptions were trapped.
See Also