C# Class OnlineVideos.Downloading.DownloadInfo

Inheritance: System.MarshalByRefObject, INotifyPropertyChanged
Datei anzeigen Open project: offbyoneBB/mp-onlinevideos2 Class Usage Examples

Public Methods

Method Description
Create ( System.VideoInfo video, Category category, Sites site ) : DownloadInfo
DownloadProgressCallback ( byte percent ) : void
DownloadProgressCallback ( long TotalBytesToReceive, long currentBytes ) : void
InitializeLifetimeService ( ) : object

Protected Methods

Method Description
DownloadInfo ( ) : System
NotifyPropertyChanged ( string property ) : void

Method Details

Create() public static method

public static Create ( System.VideoInfo video, Category category, Sites site ) : DownloadInfo
video System.VideoInfo
category Category
site Sites
return DownloadInfo

DownloadInfo() protected method

protected DownloadInfo ( ) : System
return System

DownloadProgressCallback() public method

public DownloadProgressCallback ( byte percent ) : void
percent byte
return void

DownloadProgressCallback() public method

public DownloadProgressCallback ( long TotalBytesToReceive, long currentBytes ) : void
TotalBytesToReceive long
currentBytes long
return void

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

NotifyPropertyChanged() protected method

protected NotifyPropertyChanged ( string property ) : void
property string
return void