Class HTTPHeaderParseWarnings
Flags that indicate what problems, if any, were encountered in parsing HTTP headers
Inheritance
System.Object
HTTPHeaderParseWarnings
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class HTTPHeaderParseWarnings : Enum
Fields
EndedWithLFCRLF
The HTTP headers ended incorrectly with \n\r\n
Declaration
public const HTTPHeaderParseWarnings EndedWithLFCRLF
Field Value
EndedWithLFLF
The HTTP headers ended incorrectly with \n\n
Declaration
public const HTTPHeaderParseWarnings EndedWithLFLF
Field Value
Malformed
The HTTP headers were malformed.
Declaration
public const HTTPHeaderParseWarnings Malformed
Field Value
None
There were no problems parsing the HTTP headers
Declaration
public const HTTPHeaderParseWarnings None
Field Value
value__
Declaration
public int value__
Field Value
System.
|