ContentTransferEncoding Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Represents the content transfer encoding of a MIME entity.
Syntax
public class ContentTransferEncoding : IHeader
Implements
Inherited Members
Remarks
Represents the Content-Transfer-Encoding
MIME header defined by RFC 2045.
Constructors
Name | Description |
---|---|
ContentTransferEncoding(TransferEncoding) | Initializes a new instance of ContentTransferEncoding header value with the specified transfer encoding. |
Properties
Name | Description |
---|---|
Encoding | Gets the transfer encoding. |
IsKnown | Determines whether the transfer encoding is known. |
Methods
Name | Description |
---|---|
Clone() | Creates a copy of the header. |
CreateDecodingStream(Stream) | Creates a decoding stream for the transfer encoding. |
Encode(TextWriter) | Writes an encoded header value into a TextWriter. |
Equals(Object) | Determines whether the specified ContentTransferEncoding is equal to the current ContentTransferEncoding. |
GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
ToString() | Converts the value of this header to its String representation. |