SessionWriteToStream Method |
Write the session to the specified stream
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool WriteToStream(
Stream oFS,
bool bHeadersOnly
)
Public Function WriteToStream (
oFS As Stream,
bHeadersOnly As Boolean
) As Boolean
public:
bool WriteToStream(
Stream^ oFS,
bool bHeadersOnly
)
Parameters
- oFS
- Type: System.IOStream
The stream to which the session should be written - bHeadersOnly
- Type: SystemBoolean
TRUE if only the request and response headers should be written
Return Value
Type:
BooleanFalse on any exceptions; True otherwise
See Also