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