RssFeed Documented Class Library

RssEngine Class

RssEngine is the workhorse that grabs the RSS/RDF feed, parses it, and transforms it into an RssDocument instance. It is responsible for using an HTTP request to grab the feed as well as enumerating the items that exist within the feed.

For a list of all members of this type, see RssEngine Members.

System.Object
   skmRss.Engine.RssEngine

public class RssEngine

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: skmRss.Engine

Assembly: skmRss (in skmRss.dll)

See Also

RssEngine Members | skmRss.Engine Namespace