Click or drag to resize
MimeKit

PassThroughEncoder Class

A pass-through encoder implementing the IMimeDecoder interface.
Inheritance Hierarchy
SystemObject
  MimeKit.EncodingsPassThroughEncoder

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

The PassThroughEncoder type exposes the following members.

Constructors
 NameDescription
Public methodPassThroughEncoder Initialize a new instance of the PassThroughEncoder class.
Top
Properties
 NameDescription
Public propertyEncoding Get the encoding.
Top
Methods
 NameDescription
Public methodClone Clone the PassThroughEncoder 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
Simply copies data as-is from the input buffer into the output buffer.
See Also