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
HTTPHeaderParseWarnings
|
EndedWithLFLF
The HTTP headers ended incorrectly with \n\n
Declaration
public const HTTPHeaderParseWarnings EndedWithLFLF
Field Value
HTTPHeaderParseWarnings
|
Malformed
The HTTP headers were malformed.
Declaration
public const HTTPHeaderParseWarnings Malformed
Field Value
HTTPHeaderParseWarnings
|
None
There were no problems parsing the HTTP headers
Declaration
public const HTTPHeaderParseWarnings None
Field Value
HTTPHeaderParseWarnings
|
value__
Declaration
public int value__
Field Value
System.Int32
|