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