Click or drag to resize
MimeKit

BestEncodingFilter Class

A filter that can be used to determine the most efficient Content-Transfer-Encoding.
Inheritance Hierarchy
SystemObject
  MimeKit.IO.FiltersBestEncodingFilter

Namespace: MimeKit.IO.Filters
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class BestEncodingFilter : IMimeFilter

The BestEncodingFilter type exposes the following members.

Constructors
 NameDescription
Public methodBestEncodingFilter Initialize a new instance of the BestEncodingFilter class.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodFilter Filter the specified input.
Protected methodFinalize
(Inherited from Object)
Public methodFlush Filter the specified input, flushing all internally buffered data to the output.
Public methodGetBestEncoding Get the best encoding given the specified constraints.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodReset Reset the filter.
Public methodToString
(Inherited from Object)
Top
Remarks
Keeps track of the content that gets passed through the filter in order to determine the most efficient ContentEncoding to use.
See Also