ASCIIEncoding PropertiesSSH .NET Client Library Documentation
The ASCIIEncoding type exposes the following members.
Properties

  NameDescription
Public propertyOnlineBodyName
When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags.
(Inherited from OnlineEncoding.)
Public propertyOnlineCodePage
When overridden in a derived class, gets the code page identifier of the current OnlineEncoding.
(Inherited from OnlineEncoding.)
Public propertyOnlineDecoderFallback
Gets or sets the OnlineDecoderFallback object for the current OnlineEncoding object.
(Inherited from OnlineEncoding.)
Public propertyOnlineEncoderFallback
Gets or sets the OnlineEncoderFallback object for the current OnlineEncoding object.
(Inherited from OnlineEncoding.)
Public propertyOnlineEncodingName
When overridden in a derived class, gets the human-readable description of the current encoding.
(Inherited from OnlineEncoding.)
Public propertyOnlineHeaderName
When overridden in a derived class, gets a name for the current encoding that can be used with mail agent header tags.
(Inherited from OnlineEncoding.)
Public propertyOnlineIsBrowserDisplay
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 OnlineEncoding.)
Public propertyOnlineIsBrowserSave
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 OnlineEncoding.)
Public propertyOnlineIsMailNewsDisplay
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 OnlineEncoding.)
Public propertyOnlineIsMailNewsSave
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 OnlineEncoding.)
Public propertyOnlineIsReadOnly
When overridden in a derived class, gets a value indicating whether the current encoding is read-only.
(Inherited from OnlineEncoding.)
Public propertyOnlineIsSingleByte
When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points.
(Inherited from OnlineEncoding.)
Public propertyOnlineWebName
When overridden in a derived class, gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding.
(Inherited from OnlineEncoding.)
Public propertyOnlineWindowsCodePage
When overridden in a derived class, gets the Windows operating system code page that most closely corresponds to the current encoding.
(Inherited from OnlineEncoding.)
Back to Top
See Also