 | ExperimentalMimeParserOnMultipartBoundary Method |
Called when a multipart boundary is encountered in the stream.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxprotected override void OnMultipartBoundary(
string boundary,
long beginOffset,
long endOffset,
int lineNumber,
CancellationToken cancellationToken
)
Parameters
- boundary
- Type: SystemString
The multipart boundary string. - beginOffset
- Type: SystemInt64
The offset into the stream where the boundary marker began. - endOffset
- Type: SystemInt64
The offset into the stream where the boundary marker ended. - lineNumber
- Type: SystemInt32
The line number where the boundary marker was found in the stream. - cancellationToken
- Type: System.ThreadingCancellationToken
The cancellation token.
Remarks
Called when a multipart boundary is encountered in the stream.
See Also