Click or drag to resize
MimeKit

PassThroughEncoder Constructor

Initialize a new instance of the PassThroughEncoder class.

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

Parameters

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