Click or drag to resize
SessionLoadResponseFromStream Method
Replace HTTP response headers and body using the specified stream.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool LoadResponseFromStream(
	Stream strmResponse,
	string sOptionalContentTypeHint
)

Parameters

strmResponse
Type: System.IOStream
sOptionalContentTypeHint
Type: SystemString

Return Value

Type: Boolean
True if the Stream was successfully loaded.
See Also