C# 클래스 Steamp3.HttpDownloader

파일 보기 프로젝트 열기: ta0soft/STEAMp3 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AsyncDownloadUntil() 공개 메소드

public AsyncDownloadUntil ( string find ) : void
find string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DownloadUntil() 공개 메소드

public DownloadUntil ( string find ) : string
find string
리턴 string

HttpDownloader() 공개 메소드

public HttpDownloader ( string url, int timeout ) : System
url string
timeout int
리턴 System

OnDataReceived() 보호된 메소드

protected OnDataReceived ( string data ) : void
data string
리턴 void