HeaderList.WriteTo Method
Include Protected Members
Include Inherited Members
The WriteTo overload writes the headers in this HeaderList object to a stream.
Overload List
Name | Description | |
---|---|---|
WriteTo(Stream) | The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in this MimeNode to stream. (Inherited from MimeNode.) | |
WriteTo(MimeWriter) | The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in this MimeNode to writer. (Inherited from MimeNode.) | |
WriteTo(Stream, EncodingOptions) | The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in this MimeNode object into stream by using encodingOptions. (Inherited from MimeNode.) | |
WriteTo(Stream, EncodingOptions, MimeOutputFilter) | The WriteTo method writes the headers in this HeaderList object to stream. |
Top