Click or drag to resize
ParserTakeRequest Method
Given a MemoryStream, attempts to parse a HTTP Request starting at the current position.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool TakeRequest(
	MemoryStream strmClient,
	out HTTPRequestHeaders headersRequest,
	out byte[] arrRequestBody
)

Parameters

strmClient
Type: System.IOMemoryStream
headersRequest
Type: FiddlerHTTPRequestHeaders
arrRequestBody
Type: SystemByte

Return Value

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