C# Class Steamp3.HttpDownloader

Afficher le fichier Open project: ta0soft/STEAMp3 Class Usage Examples

Méthodes publiques

Méthode Description
AsyncDownloadUntil ( string find ) : void
Dispose ( ) : void
DownloadUntil ( string find ) : string
HttpDownloader ( string url, int timeout ) : System

Méthodes protégées

Méthode Description
OnDataReceived ( string data ) : void

Private Methods

Méthode Description
ReadCallback ( IAsyncResult ar ) : void
ResponseCallback ( IAsyncResult ar ) : void
TimeoutCallback ( object state, bool timedOut ) : void

Method Details

AsyncDownloadUntil() public méthode

public AsyncDownloadUntil ( string find ) : void
find string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DownloadUntil() public méthode

public DownloadUntil ( string find ) : string
find string
Résultat string

HttpDownloader() public méthode

public HttpDownloader ( string url, int timeout ) : System
url string
timeout int
Résultat System

OnDataReceived() protected méthode

protected OnDataReceived ( string data ) : void
data string
Résultat void