 | MimeReaderOnHeadersEndAsync Method |
Called when the end of a list of headers is encountered in the stream.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxprotected virtual Task OnHeadersEndAsync(
long beginOffset,
int beginLineNumber,
long endOffset,
int endLineNumber,
CancellationToken cancellationToken
)
Parameters
- beginOffset
- Type: SystemInt64
The offset into the stream where the headers began. - beginLineNumber
- Type: SystemInt32
The line number where the list of headers began. - endOffset
- Type: SystemInt64
The offset into the stream where the list of headers ended. - endLineNumber
- Type: SystemInt32
The line number headers where the list of headers ended. - cancellationToken
- Type: System.ThreadingCancellationToken
The cancellation token.
Return Value
Type:
TaskAn asynchronous task context.
Remarks
See Also