Click or drag to resize
MimeKit

HeaderListLoadAsync Method

Overload List
 NameDescription
Public methodStatic memberLoadAsync(Stream, CancellationToken) Asynchronously load a HeaderList from the specified stream.
Public methodStatic memberLoadAsync(String, CancellationToken) Asynchronously load a HeaderList from the specified file.
Public methodStatic memberLoadAsync(ParserOptions, Stream, CancellationToken) Asynchronously load a HeaderList from the specified stream.
Public methodStatic memberLoadAsync(ParserOptions, String, CancellationToken) Asynchronously load a HeaderList from the specified file.
Top
See Also