Click or drag to resize
SessionWriteResponseToStream Method
Write the session's Response to the specified stream

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool WriteResponseToStream(
	Stream oFS,
	bool bHeadersOnly
)

Parameters

oFS
Type: System.IOStream
The stream to which the response should be written
bHeadersOnly
Type: SystemBoolean
TRUE if only the headers should be written

Return Value

Type: Boolean
TRUE if the response was written to the stream. False if the response headers do not exist. Throws on other stream errors.
See Also