C# Class SoundSwitch.Framework.Updater.WebFile

Show file Open project: Belphemur/SoundSwitch Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
PrepareWebClientRequest ( ) : void

Private Methods

Method Description
DefaultFilePath ( Uri fileUri ) : string
WebClientOnDownloadFileCompleted ( object sender, AsyncCompletedEventArgs asyncCompletedEventArgs ) : void

Method Details

CancelDownload() public method

public CancelDownload ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

DownloadFile() public method

public DownloadFile ( ) : void
return void

Exists() public method

public Exists ( ) : bool
return bool

PrepareWebClientRequest() protected method

protected PrepareWebClientRequest ( ) : void
return void

Start() public method

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

ToString() public method

public ToString ( ) : string
return string

WebFile() public method

public WebFile ( Uri fileUri ) : System
fileUri System.Uri
return System

WebFile() public method

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