Click or drag to resize
MimeKit

HexEncoderClone Method

Clone the HexEncoder with its current state.

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

Return Value

IMimeEncoder
A new HexEncoder with identical state.

Implements

IMimeEncoderClone
Remarks
Creates a new HexEncoder with exactly the same state as the current encoder.
See Also