C# 클래스 LatestChatty.Classes.GETDownloader

파일 보기 프로젝트 열기: fleabix/LatestChatty-WP7

공개 메소드들

메소드 설명
GETDownloader ( string getURI, GETDelegate callback ) : System
ResponseCallback ( IAsyncResult result ) : void

보호된 메소드들

메소드 설명
InvokeDelegate ( IAsyncResult result ) : void

비공개 메소드들

메소드 설명
WorkerThread ( ) : void

메소드 상세

GETDownloader() 공개 메소드

public GETDownloader ( string getURI, GETDelegate callback ) : System
getURI string
callback GETDelegate
리턴 System

InvokeDelegate() 보호된 메소드

protected InvokeDelegate ( IAsyncResult result ) : void
result IAsyncResult
리턴 void

ResponseCallback() 공개 메소드

public ResponseCallback ( IAsyncResult result ) : void
result IAsyncResult
리턴 void