C# Class Steamp3.HttpDownloader

Show file Open project: ta0soft/STEAMp3 Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnDataReceived ( string data ) : void

Private Methods

Method Description
ReadCallback ( IAsyncResult ar ) : void
ResponseCallback ( IAsyncResult ar ) : void
TimeoutCallback ( object state, bool timedOut ) : void

Method Details

AsyncDownloadUntil() public method

public AsyncDownloadUntil ( string find ) : void
find string
return void

Dispose() public method

public Dispose ( ) : void
return void

DownloadUntil() public method

public DownloadUntil ( string find ) : string
find string
return string

HttpDownloader() public method

public HttpDownloader ( string url, int timeout ) : System
url string
timeout int
return System

OnDataReceived() protected method

protected OnDataReceived ( string data ) : void
data string
return void