Initializes a new instance of the RssReader class with the specified URL or filename.
Creates an instance of the RssReader class using the specified Stream.
public RssReader(Stream);
Creates an instance of the RssReader class using the specified TextReader.
public RssReader(TextReader);
Initializes a new instance of the RssReader class with the specified URL or filename.
public RssReader(string);
RssReader Class | Rss Namespace