Click or drag to resize
HTTPRequestHeadersToString Method
Returns a string representing the HTTP headers, without the SCHEME+HOST in the HTTP request line, and no trailing CRLF

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public override string ToString()

Return Value

Type: String
The header string
See Also