C# Class WmAutoUpdate.TransferManager

Mostrar archivo Open project: seboslaw/wmautoupdate Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnProgress ( int progress ) : void

Private Methods

Method Description
Notification_AbortUpdateEvent ( ) : void

Method Details

AddObserver() public method

public AddObserver ( Notification ev ) : void
ev Notification
return void

OnProgress() protected method

protected OnProgress ( int progress ) : void
progress int
return void

TransferManager() public method

public TransferManager ( ) : System
return System

downloadFile() public method

public downloadFile ( String url, Stream &s, String path, TransferProgress del ) : bool
url String
s Stream
path String
del TransferProgress
return bool