Click or drag to resize
MimeKit

MimeParserParseHeaders Method

Parse a list of headers from the stream.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public HeaderList ParseHeaders(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken  CancellationToken  (Optional)
The cancellation token.

Return Value

HeaderList
The parsed list of headers.

Implements

IMimeParserParseHeaders(CancellationToken)
Exceptions
ExceptionCondition
OperationCanceledException The operation was canceled via the cancellation token.
FormatException There was an error parsing the headers.
IOException An I/O error occurred.
Remarks
Parses a list of headers from the stream.
See Also