Click or drag to resize
MimeKit

PassThroughFilter Class

A filter that simply passes data through without any processing.
Inheritance Hierarchy
SystemObject
  MimeKit.IO.FiltersPassThroughFilter

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

The PassThroughFilter type exposes the following members.

Constructors
 NameDescription
Public methodPassThroughFilter Initialize a new instance of the PassThroughFilter 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 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
Passes data through without any processing.
See Also