Click or drag to resize
HTTPResponseHeadersToByteArray Method
Returns a byte array representing the HTTP headers.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public byte[] ToByteArray(
	bool prependStatusLine,
	bool appendEmptyLine
)

Parameters

prependStatusLine
Type: SystemBoolean
TRUE if the response status line should be included
appendEmptyLine
Type: SystemBoolean
TRUE if there should be a trailing \r\n byte sequence included

Return Value

Type: Byte
Byte[] containing the headers
See Also