C# Class OnlineVideos.Downloading.DownloadInfo

Inheritance: System.MarshalByRefObject, INotifyPropertyChanged
Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2 Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
DownloadInfo ( ) : System
NotifyPropertyChanged ( string property ) : void

Method Details

Create() public static méthode

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

DownloadInfo() protected méthode

protected DownloadInfo ( ) : System
Résultat System

DownloadProgressCallback() public méthode

public DownloadProgressCallback ( byte percent ) : void
percent byte
Résultat void

DownloadProgressCallback() public méthode

public DownloadProgressCallback ( long TotalBytesToReceive, long currentBytes ) : void
TotalBytesToReceive long
currentBytes long
Résultat void

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

NotifyPropertyChanged() protected méthode

protected NotifyPropertyChanged ( string property ) : void
property string
Résultat void