EncodingOptions Members
The EncodingOptions class specifies how to encode outgoing headers.
The following tables list the members exposed by the EncodingOptions type.
Public Constructors
Name | Description | |
---|---|---|
EncodingOptions | The EncodingOptions constructor initializes a new EncodingOptions object. |
Top
Public Properties
Name | Description | |
---|---|---|
CharsetName | The CharsetName property gets the character set name to use for encoding headers. | |
CultureName | The CultureName gets the culture name to use for outgoing headers. | |
EncodingFlags | The EncodingFlags property gets the EncodingFlags enumeration that is contained in this EncodingOptions object. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top