 | MimeReaderOnMultipartEnd Method |
Called when the end of a multipart is encountered in the stream.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxprotected virtual void OnMultipartEnd(
ContentType contentType,
long beginOffset,
int beginLineNumber,
long headersEndOffset,
long endOffset,
int lines,
CancellationToken cancellationToken
)
Parameters
- contentType
- Type: MimeKitContentType
The parsed Content-Type header of the multipart. - beginOffset
- Type: SystemInt64
The offset into the stream where the multipart began. - beginLineNumber
- Type: SystemInt32
The line number where the multipart began. - headersEndOffset
- Type: SystemInt64
The offset into the stream where the multipart headers ended and the content began. - endOffset
- Type: SystemInt64
The offset into the stream where the multipart ends. - lines
- Type: SystemInt32
The length of the multipart as measured in lines. - cancellationToken
- Type: System.ThreadingCancellationToken
The cancellation token.
Remarks
See Also