ASCIIEncoding MembersSSH .NET Client Library Documentation

The ASCIIEncoding type exposes the following members.
Constructors

  NameDescription
Public methodASCIIEncoding
Initializes a new instance of the ASCIIEncoding class.
Back to Top
Methods

  NameDescription
Public methodOnlineClone
When overridden in a derived class, creates a shallow copy of the current OnlineEncoding object.
(Inherited from OnlineEncoding.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current instance.
(Inherited from OnlineEncoding.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetByteCount( Char )
When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array.
(Inherited from OnlineEncoding.)
Public methodOnlineGetByteCount(String)
When overridden in a derived class, calculates the number of bytes produced by encoding the characters in the specified OnlineString.
(Inherited from OnlineEncoding.)
Public methodOnlineGetByteCount(Char*, Int32)
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer.
(Inherited from OnlineEncoding.)
Public methodGetByteCount( Char , Int32, Int32)
Calculates the number of bytes produced by encoding a set of characters from the specified character array.
(Overrides OnlineEncoding GetByteCount( Char , Int32, Int32).)
Public methodOnlineGetBytes( Char )
When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes.
(Inherited from OnlineEncoding.)
Public methodOnlineGetBytes(String)
When overridden in a derived class, encodes all the characters in the specified OnlineString into a sequence of bytes.
(Inherited from OnlineEncoding.)
Public methodOnlineGetBytes( Char , Int32, Int32)
When overridden in a derived class, encodes a set of characters from the specified character array into a sequence of bytes.
(Inherited from OnlineEncoding.)
Public methodOnlineGetBytes(Char*, Int32, Byte*, Int32)
When overridden in a derived class, encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.
(Inherited from OnlineEncoding.)
Public methodOnlineGetBytes(String, Int32, Int32,  Byte , Int32)
When overridden in a derived class, encodes a set of characters from the specified OnlineString into the specified byte array.
(Inherited from OnlineEncoding.)
Public methodGetBytes( Char , Int32, Int32,  Byte , Int32)
Encodes a set of characters from the specified character array into the specified byte array.
(Overrides OnlineEncoding GetBytes( Char , Int32, Int32,  Byte , Int32).)
Public methodOnlineGetCharCount( Byte )
When overridden in a derived class, calculates the number of characters produced by decoding all the bytes in the specified byte array.
(Inherited from OnlineEncoding.)
Public methodOnlineGetCharCount(Byte*, Int32)
When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.
(Inherited from OnlineEncoding.)
Public methodGetCharCount( Byte , Int32, Int32)
Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.
(Overrides OnlineEncoding GetCharCount( Byte , Int32, Int32).)
Public methodOnlineGetChars( Byte )
When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters.
(Inherited from OnlineEncoding.)
Public methodOnlineGetChars( Byte , Int32, Int32)
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a set of characters.
(Inherited from OnlineEncoding.)
Public methodOnlineGetChars(Byte*, Int32, Char*, Int32)
When overridden in a derived class, decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer.
(Inherited from OnlineEncoding.)
Public methodGetChars( Byte , Int32, Int32,  Char , Int32)
Decodes a sequence of bytes from the specified byte array into the specified character array.
(Overrides OnlineEncoding GetChars( Byte , Int32, Int32,  Char , Int32).)
Public methodOnlineGetDecoder
When overridden in a derived class, obtains a decoder that converts an encoded sequence of bytes into a sequence of characters.
(Inherited from OnlineEncoding.)
Public methodOnlineGetEncoder
When overridden in a derived class, obtains an encoder that converts a sequence of Unicode characters into an encoded sequence of bytes.
(Inherited from OnlineEncoding.)
Public methodOnlineGetHashCode
Returns the hash code for the current instance.
(Inherited from OnlineEncoding.)
Public methodGetMaxByteCount
Calculates the maximum number of bytes produced by encoding the specified number of characters.
(Overrides OnlineEncoding GetMaxByteCount(Int32).)
Public methodGetMaxCharCount
Calculates the maximum number of characters produced by decoding the specified number of bytes.
(Overrides OnlineEncoding GetMaxCharCount(Int32).)
Public methodOnlineGetPreamble
When overridden in a derived class, returns a sequence of bytes that specifies the encoding used.
(Inherited from OnlineEncoding.)
Public methodOnlineGetString( Byte )
When overridden in a derived class, decodes all the bytes in the specified byte array into a string.
(Inherited from OnlineEncoding.)
Public methodOnlineGetString( Byte , Int32, Int32)
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string.
(Inherited from OnlineEncoding.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineIsAlwaysNormalized 
Gets a value indicating whether the current encoding is always normalized, using the default normalization form.
(Inherited from OnlineEncoding.)
Public methodOnlineIsAlwaysNormalized(NormalizationForm)
When overridden in a derived class, gets a value indicating whether the current encoding is always normalized, using the specified normalization form.
(Inherited from OnlineEncoding.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
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