C# Class WebDavWinFormsClientDemo.DownloadForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ringostarr80/WebDav.NET Class Usage Examples

Méthodes publiques

Méthode Description
DownloadFile ( Uri source, string destination ) : void
DownloadForm ( ) : System
DownloadResource ( IResource resource, string destination ) : void
UploadFile ( string source, IResource destinationResource ) : void
UploadFile ( string source, Uri destination ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Méthode Description
DownloadForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
GetBestSizeFormat ( long size ) : string
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

buttonCancel_Click ( object sender, EventArgs e ) : void
buttonReady_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
Résultat void

DownloadFile() public méthode

public DownloadFile ( Uri source, string destination ) : void
source System.Uri
destination string
Résultat void

DownloadForm() public méthode

public DownloadForm ( ) : System
Résultat System

DownloadResource() public méthode

public DownloadResource ( IResource resource, string destination ) : void
resource IResource
destination string
Résultat void

UploadFile() public méthode

public UploadFile ( string source, IResource destinationResource ) : void
source string
destinationResource IResource
Résultat void

UploadFile() public méthode

public UploadFile ( string source, Uri destination ) : void
source string
destination System.Uri
Résultat void