C# Class WmAutoUpdate.TransferManager

Afficher le fichier Open project: seboslaw/wmautoupdate Class Usage Examples

Méthodes publiques

Méthode Description
AddObserver ( Notification ev ) : void
TransferManager ( ) : System
downloadFile ( String url, Stream &s, String path, TransferProgress del ) : bool

Méthodes protégées

Méthode Description
OnProgress ( int progress ) : void

Private Methods

Méthode Description
Notification_AbortUpdateEvent ( ) : void

Method Details

AddObserver() public méthode

public AddObserver ( Notification ev ) : void
ev Notification
Résultat void

OnProgress() protected méthode

protected OnProgress ( int progress ) : void
progress int
Résultat void

TransferManager() public méthode

public TransferManager ( ) : System
Résultat System

downloadFile() public méthode

public downloadFile ( String url, Stream &s, String path, TransferProgress del ) : bool
url String
s Stream
path String
del TransferProgress
Résultat bool