C# 클래스 SoundSwitch.Framework.Updater.WebFile

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

공개 메소드들

메소드 설명
CancelDownload ( ) : void
Delete ( ) : void
DownloadFile ( ) : void
Exists ( ) : bool
Start ( string args = null ) : Process
ToString ( ) : string
WebFile ( Uri fileUri ) : System
WebFile ( Uri fileUri, string filePath ) : System

보호된 메소드들

메소드 설명
PrepareWebClientRequest ( ) : void

비공개 메소드들

메소드 설명
DefaultFilePath ( Uri fileUri ) : string
WebClientOnDownloadFileCompleted ( object sender, AsyncCompletedEventArgs asyncCompletedEventArgs ) : void

메소드 상세

CancelDownload() 공개 메소드

public CancelDownload ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

DownloadFile() 공개 메소드

public DownloadFile ( ) : void
리턴 void

Exists() 공개 메소드

public Exists ( ) : bool
리턴 bool

PrepareWebClientRequest() 보호된 메소드

protected PrepareWebClientRequest ( ) : void
리턴 void

Start() 공개 메소드

public Start ( string args = null ) : Process
args string
리턴 System.Diagnostics.Process

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WebFile() 공개 메소드

public WebFile ( Uri fileUri ) : System
fileUri System.Uri
리턴 System

WebFile() 공개 메소드

public WebFile ( Uri fileUri, string filePath ) : System
fileUri System.Uri
filePath string
리턴 System