Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
ConcurrencyTests
FeedParser
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