Click or drag to resize
ParserTakeResponse Method
Given a MemoryStream, attempts to parse a HTTP Response starting at the current position

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool TakeResponse(
	MemoryStream strmServer,
	string sRequestMethod,
	out HTTPResponseHeaders headersResponse,
	out byte[] arrResponseBody
)

Parameters

strmServer
Type: System.IOMemoryStream
sRequestMethod
Type: SystemString
headersResponse
Type: FiddlerHTTPResponseHeaders
arrResponseBody
Type: SystemByte

Return Value

Type: Boolean
TRUE if a response could be parsed, FALSE otherwise
See Also