C# 클래스 WmAutoUpdate.TransferManager

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

공개 메소드들

메소드 설명
AddObserver ( Notification ev ) : void
TransferManager ( ) : System
downloadFile ( String url, Stream &s, String path, TransferProgress del ) : bool

보호된 메소드들

메소드 설명
OnProgress ( int progress ) : void

비공개 메소드들

메소드 설명
Notification_AbortUpdateEvent ( ) : void

메소드 상세

AddObserver() 공개 메소드

public AddObserver ( Notification ev ) : void
ev Notification
리턴 void

OnProgress() 보호된 메소드

protected OnProgress ( int progress ) : void
progress int
리턴 void

TransferManager() 공개 메소드

public TransferManager ( ) : System
리턴 System

downloadFile() 공개 메소드

public downloadFile ( String url, Stream &s, String path, TransferProgress del ) : bool
url String
s Stream
path String
del TransferProgress
리턴 bool