ASCIIEncoding Properties
.NET Framework 4.5
The ASCIIEncoding type exposes the following members.
| Name | Description | |
|---|---|---|
|
BodyName | When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags. (Inherited from Encoding.) |
|
CodePage | When overridden in a derived class, gets the code page identifier of the current Encoding. (Inherited from Encoding.) |
|
DecoderFallback | Gets or sets the DecoderFallback object for the current Encoding object. (Inherited from Encoding.) |
|
EncoderFallback | Gets or sets the EncoderFallback object for the current Encoding object. (Inherited from Encoding.) |
|
EncodingName | When overridden in a derived class, gets the human-readable description of the current encoding. (Inherited from Encoding.) |
|
HeaderName | When overridden in a derived class, gets a name for the current encoding that can be used with mail agent header tags. (Inherited from Encoding.) |
|
IsBrowserDisplay | When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for displaying content. (Inherited from Encoding.) |
|
IsBrowserSave | When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for saving content. (Inherited from Encoding.) |
|
IsMailNewsDisplay | When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for displaying content. (Inherited from Encoding.) |
|
IsMailNewsSave | When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for saving content. (Inherited from Encoding.) |
|
IsReadOnly | When overridden in a derived class, gets a value indicating whether the current encoding is read-only. (Inherited from Encoding.) |
|
IsSingleByte | Gets a value indicating whether the current encoding uses single-byte code points. (Overrides Encoding.IsSingleByte.) |
|
WebName | When overridden in a derived class, gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding. (Inherited from Encoding.) |
|
WindowsCodePage | When overridden in a derived class, gets the Windows operating system code page that most closely corresponds to the current encoding. (Inherited from Encoding.) |