Creates an instance of the RssWriter class using the specified TextWriter.
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);
RssWriter Class | Rss Namespace