Click or drag to resize
SessionWriteToStream Method
Write the session to the specified stream

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
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: Boolean
False on any exceptions; True otherwise
See Also