RSS: This is the class that actually parses the
RSS and builds a collection of RSSItems. To make use
of this class call the load method with a URL that
points to RSS.
| C# | Visual Basic | Visual C++ |
public class RSS
Public Class RSS
public ref class RSS
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| RSS()()() | Initializes a new instance of the RSS class | |
| Attributes |
All of the attributes for this RSS document.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Items |
All RSS items, or stories, found.
| |
| Load(Uri) |
Load all RSS data from the specified URL.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ParseDate(String) |
Simple utility function that converts a RSS formatted date
into a C# date.
| |
| ToString()()() |
Convert the object to a String.
(Overrides Object.ToString()()().) |
| Object | |
| RSS | |