Click or drag to resize
HTTPResponseHeadersToString Method (Boolean, Boolean)
Returns a string containing http headers

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public string ToString(
	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 CRLF included

Return Value

Type: String
String containing http headers
See Also