Method | Description | |
---|---|---|
AsyncDownloadUntil ( string find ) : void | ||
Dispose ( ) : void | ||
DownloadUntil ( string find ) : string | ||
HttpDownloader ( string url, int timeout ) : System |
Method | Description | |
---|---|---|
OnDataReceived ( string data ) : void |
Method | Description | |
---|---|---|
ReadCallback ( IAsyncResult ar ) : void | ||
ResponseCallback ( IAsyncResult ar ) : void | ||
TimeoutCallback ( object state, bool timedOut ) : void |
public AsyncDownloadUntil ( string find ) : void | ||
find | string | |
return | void |
public DownloadUntil ( string find ) : string | ||
find | string | |
return | string |
public HttpDownloader ( string url, int timeout ) : System | ||
url | string | |
timeout | int | |
return | System |
protected OnDataReceived ( string data ) : void | ||
data | string | |
return | void |