|
Public Member Functions |
|
| RssFeed () |
| | Initialize a new instance of the RssFeed class.
|
|
| RssFeed (Encoding encoding) |
| | Initialize a new instance of the RssFeed class with a specified encoding.
|
| override string | ToString () |
| | Returns a string representation of the current Object.
|
| void | Write (Stream stream) |
| | Writes the RSS feed to the specified stream.
|
| void | Write (string fileName) |
| | Writes the RSS feed to the specified file.
|
Static Public Member Functions |
| static RssFeed | Read (string url) |
| | Reads the specified RSS feed.
|
| static RssFeed | Read (HttpWebRequest Request) |
| | Reads the specified RSS feed.
|
| static RssFeed | Read (Stream stream) |
| | Reads the specified RSS feed.
|
| static RssFeed | Read (TextReader tr) |
| | Reads the specified RSS feed.
|
| static RssFeed | Read (RssFeed oldFeed) |
| | Reads the specified RSS feed.
|
| static RssFeed | Read (HttpWebRequest Request, RssFeed oldFeed) |
| | Reads the specified RSS feed.
|
Properties |
|
RssChannelCollection | Channels |
| | The channels that are contained in the feed.
|
|
RssModuleCollection | Modules |
| | The modules that the feed adhears to.
|
|
ExceptionCollection | Exceptions |
| | A collection of all exceptions encountered during the reading of the feed.
|
|
RssVersion | Version |
| | The Version of the feed.
|
|
string | ETag |
| | The server generated hash of the feed.
|
|
DateTime | LastModified |
| | The server generated last modfified date and time of the feed.
|
|
bool | Cached |
| | Indicates this feed has not been changed on the server, and the local copy was returned.
|
|
string | Url |
| | Location of the feed.
|
|
Encoding | Encoding |
| | Encoding of the feed.
|