메소드 | 설명 | |
---|---|---|
AsyncDownloadUntil ( string find ) : void | ||
Dispose ( ) : void | ||
DownloadUntil ( string find ) : string | ||
HttpDownloader ( string url, int timeout ) : System |
메소드 | 설명 | |
---|---|---|
OnDataReceived ( string data ) : void |
메소드 | 설명 | |
---|---|---|
ReadCallback ( IAsyncResult ar ) : void | ||
ResponseCallback ( IAsyncResult ar ) : void | ||
TimeoutCallback ( object state, bool timedOut ) : void |
public HttpDownloader ( string url, int timeout ) : System | ||
url | string | |
timeout | int | |
리턴 | System |