Click or drag to resize
MimeKit

HexEncoder Class

Incrementally encodes content using a Uri hex encoding.
Inheritance Hierarchy
SystemObject
  MimeKit.EncodingsHexEncoder

Namespace: MimeKit.Encodings
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class HexEncoder : IMimeEncoder

The HexEncoder type exposes the following members.

Constructors
 NameDescription
Public methodHexEncoder Initialize a new instance of the HexEncoder class.
Top
Properties
 NameDescription
Public propertyEncoding Get the encoding.
Top
Methods
 NameDescription
Public methodClone Clone the HexEncoder with its current state.
Public methodEncode Encode the specified input into the output buffer.
Public methodEquals
(Inherited from Object)
Public methodEstimateOutputLength Estimate the length of the output.
Protected methodFinalize
(Inherited from Object)
Public methodFlush Encode the specified input into the output buffer, flushing any internal buffer state as well.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodReset Reset the encoder.
Public methodToString
(Inherited from Object)
Top
Remarks
This is mostly meant for decoding parameter values encoded using the rules specified by rfc2184 and rfc2231.
See Also