DecodingOptions Members

The DecodingOptions structure specifies how to decode incoming headers.

The following tables list the members exposed by the DecodingOptions type.

Public Constructors

  Name Description
DecodingOptions Overloaded. The DecodingOptions constructor overload creates a new DecodingOptions structure.

Top

Public Fields

  Name Description
Aa566301.pubfield(en-us,EXCHG.80).gifAa566301.static(en-us,EXCHG.80).gif Default The Default static field is a DecodingOptions structure that specifies that all supported encodings should be tried when decoding incoming headers.
Aa566301.pubfield(en-us,EXCHG.80).gifAa566301.static(en-us,EXCHG.80).gif None The None static field is a DecodingOptions structure that specifies that incoming headers will not be decoded.

Top

Public Properties

  Name Description
Aa566301.pubproperty(en-us,EXCHG.80).gif CharsetEncoding The CharsetEncoding property gets the character set that is used for incoming headers.
Aa566301.pubproperty(en-us,EXCHG.80).gif CharsetName The CharsetName property gets the character set name that is used for incoming headers.
Aa566301.pubproperty(en-us,EXCHG.80).gif DecodingFlags The DecodingFlags property returns the DecodingFlags that is used for decoding incoming headers.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa566301.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Aa566301.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Aa566301.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa566301.pubmethod(en-us,EXCHG.80).gifAa566301.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa566301.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from ValueType )

Top

Protected Methods

  Name Description
Aa566301.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa566301.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top