Click or drag to resize
HTTPRequestHeadersToString Method (Boolean, Boolean)
Returns a string representing the HTTP headers, without the SCHEME+HOST in the HTTP REQUEST line

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public string ToString(
	bool prependVerbLine,
	bool appendEmptyLine
)

Parameters

prependVerbLine
Type: SystemBoolean
TRUE if the HTTP REQUEST line (method+path+httpversion) should be included
appendEmptyLine
Type: SystemBoolean
TRUE if there should be a trailing CRLF sequence included

Return Value

Type: String
The header string
See Also