Click or drag to resize
MimeKit

MimeReaderOnMultipartEndBoundaryEnd Method

Called when a multipart end boundary is encountered in the stream.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntax
C#
protected virtual void OnMultipartEndBoundaryEnd(
	long beginOffset,
	int lineNumber,
	long endOffset,
	CancellationToken cancellationToken
)

Parameters

beginOffset  Int64
The offset into the stream where the boundary marker began.
lineNumber  Int32
The line number where the boundary marker was found in the stream.
endOffset  Int64
The offset into the stream where the boundary marker ended.
cancellationToken  CancellationToken
The cancellation token.
Remarks
Called when a multipart end boundary is encountered in the stream.
See Also