C# 클래스 CASCExplorer.SyncDownloader

파일 보기 프로젝트 열기: WoW-Tools/CASCExplorer 1 사용 예제들

공개 메소드들

메소드 설명
DownloadFile ( string url, string path ) : void
GetMetaData ( string url, string file ) : CacheMetaData
OpenFile ( string url ) : MemoryStream
SyncDownloader ( BackgroundWorkerEx progressReporter ) : System.IO

비공개 메소드들

메소드 설명
CopyToStream ( Stream src, Stream dst, long len ) : void

메소드 상세

DownloadFile() 공개 메소드

public DownloadFile ( string url, string path ) : void
url string
path string
리턴 void

GetMetaData() 공개 메소드

public GetMetaData ( string url, string file ) : CacheMetaData
url string
file string
리턴 CacheMetaData

OpenFile() 공개 메소드

public OpenFile ( string url ) : MemoryStream
url string
리턴 System.IO.MemoryStream

SyncDownloader() 공개 메소드

public SyncDownloader ( BackgroundWorkerEx progressReporter ) : System.IO
progressReporter BackgroundWorkerEx
리턴 System.IO