C# Class ConcurrencyTests.FeedParser

Afficher le fichier Open project: bonesoul/concurrency-tests Class Usage Examples

Méthodes publiques

Méthode Description
FeedParser ( string url ) : System

Creates a new feed parser instance for given url.

Parse ( ) : bool

Parses the feed.

Method Details

FeedParser() public méthode

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

Parse() public méthode

Parses the feed.
public Parse ( ) : bool
Résultat bool