LumiSoft Net Help
MIME_TransferEncodings Class
NamespacesLumiSoft.Net.MIMEMIME_TransferEncodings
This class holds MIME content transfer encodings. Defined in RFC 2045 6.
Declaration Syntax
C#Visual BasicVisual C++F#
public class MIME_TransferEncodings
Public Class MIME_TransferEncodings
public ref class MIME_TransferEncodings
type MIME_TransferEncodings =  class end
Members
All MembersConstructorsMethodsFields



IconMemberDescription
MIME_TransferEncodings()()()()
Initializes a new instance of the MIME_TransferEncodings class

Base64
Used to encode arbitrary octet sequences into a form that satisfies the rules of 7bit. Has a fixed overhead and is intended for non text data and text that is not ASCII heavy. Defined in RFC 2045 6.8.

Binary
Any sequence of octets. This type is not widely used. Defined in RFC 3030.

EightBit
Up to 998 octets per line with CR and LF (codes 13 and 10 respectively) only allowed to appear as part of a CRLF line ending. Defined in RFC 2045 6.2.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
QuotedPrintable
Used to encode arbitrary octet sequences into a form that satisfies the rules of 7bit. Designed to be efficient and mostly human readable when used for text data consisting primarily of US-ASCII characters but also containing a small proportion of bytes with values outside that range. Defined in RFC 2045 6.7.

SevenBit
Up to 998 octets per line of the code range 1..127 with CR and LF (codes 13 and 10 respectively) only allowed to appear as part of a CRLF line ending. This is the default value. Defined in RFC 2045 6.2.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
MIME_TransferEncodings

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119