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
Public method WriteTo(Stream) The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in this MimeNode to stream. (Inherited from MimeNode.)
Public method WriteTo(MimeWriter) The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in this MimeNode to writer. (Inherited from MimeNode.)
Public method 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.)
Public method WriteTo(Stream, EncodingOptions, MimeOutputFilter) The WriteTo method writes the headers in this HeaderList object to stream.

Top