C# Class ConcurrencyTests.FeedParser

Show file Open project: bonesoul/concurrency-tests Class Usage Examples

Public Methods

Method Description
FeedParser ( string url ) : System

Creates a new feed parser instance for given url.

Parse ( ) : bool

Parses the feed.

Method Details

FeedParser() public method

Creates a new feed parser instance for given url.
public FeedParser ( string url ) : System
url string
return System

Parse() public method

Parses the feed.
public Parse ( ) : bool
return bool