RSS.NET

RssWriter Constructor

Creates an instance of the RssWriter class using the specified TextWriter.

Overload List

Creates an instance of the RssWriter class using the specified Stream.

public RssWriter(Stream);

Creates an instance of the RssWriter class using the specified Stream and Encoding.

public RssWriter(Stream,Encoding);

Creates an instance of the RssWriter class using the specified TextWriter.

public RssWriter(TextWriter);

Creates an instance of the RssWriter class using the specified file.

public RssWriter(string);

Creates an instance of the RssWriter class using the specified file and Encoding.

public RssWriter(string,Encoding);

See Also

RssWriter Class | Rss Namespace