RSS.NET

RssReader Constructor

Initializes a new instance of the RssReader class with the specified URL or filename.

Overload List

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);

See Also

RssReader Class | Rss Namespace