DecodingOptions Members
Include Protected Members
Include Inherited Members
The DecodingOptions structure specifies how to decode incoming headers.
The DecodingOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | DecodingOptions(DecodingFlags) | The DecodingOptions constructor creates a new DecodingOptions structure that has the DecodingFlags specified by decodingFlags. | 
| .gif) | DecodingOptions(DecodingFlags, String) | The DecodingOptions constructor creates a new DecodingOptions structure that has the DecodingFlags specified by decodingFlags and the encoding specified by charsetName. | 
| .gif) | DecodingOptions(DecodingFlags, Encoding) | The DecodingOptions constructor creates a new DecodingOptions structure that has the DecodingFlags specified by decodingFlags and the encoding specified by encoding. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CharsetEncoding | The CharsetEncoding property gets the character set that is used for incoming headers. | 
| .gif) | CharsetName | The CharsetName property gets the character set name that is used for incoming headers. | 
| .gif) | DecodingFlags | The DecodingFlags property returns the DecodingFlags that is used for decoding incoming headers. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from ValueType.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from ValueType.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from ValueType.) | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | Default | The Default static field is a DecodingOptions structure that specifies that all supported encodings should be tried when decoding incoming headers. | 
| .gif) .gif) | None | The None static field is a DecodingOptions structure that specifies that incoming headers will not be decoded. | 
Top