Click or drag to resize
MimeKit

PassThroughDecoder Constructor

Initialize a new instance of the PassThroughDecoder class.

Namespace: MimeKit.Encodings
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public PassThroughDecoder(
	ContentEncoding encoding
)

Parameters

encoding  ContentEncoding
The encoding to return in the Encoding property.
Remarks
Creates a new pass-through decoder.
See Also