C# Class SoundSwitch.Framework.Updater.WebFile

Afficher le fichier Open project: Belphemur/SoundSwitch Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
PrepareWebClientRequest ( ) : void

Private Methods

Méthode Description
DefaultFilePath ( Uri fileUri ) : string
WebClientOnDownloadFileCompleted ( object sender, AsyncCompletedEventArgs asyncCompletedEventArgs ) : void

Method Details

CancelDownload() public méthode

public CancelDownload ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

DownloadFile() public méthode

public DownloadFile ( ) : void
Résultat void

Exists() public méthode

public Exists ( ) : bool
Résultat bool

PrepareWebClientRequest() protected méthode

protected PrepareWebClientRequest ( ) : void
Résultat void

Start() public méthode

public Start ( string args = null ) : Process
args string
Résultat System.Diagnostics.Process

ToString() public méthode

public ToString ( ) : string
Résultat string

WebFile() public méthode

public WebFile ( Uri fileUri ) : System
fileUri System.Uri
Résultat System

WebFile() public méthode

public WebFile ( Uri fileUri, string filePath ) : System
fileUri System.Uri
filePath string
Résultat System