C# Class MediaPortal.Plugins.MovingPictures.LocalMediaManagement.MovieResources.FileBasedResource

Afficher le fichier Open project: damienhaynes/moving-pictures

Protected Properties

Свойство Type Description
logger Logger

Méthodes protégées

Méthode Description
DeleteFile ( string filepath ) : void

Deletes the specified file. If an exception occurs this is logged.

Download ( string url ) : bool

Private Methods

Méthode Description
Download ( string url, long startPosition, int timeout ) : DownloadStatus

Method Details

DeleteFile() protected méthode

Deletes the specified file. If an exception occurs this is logged.
protected DeleteFile ( string filepath ) : void
filepath string the file path.
Résultat void

Download() protected méthode

protected Download ( string url ) : bool
url string
Résultat bool

Property Details

logger protected_oe static_oe property

protected static Logger logger
Résultat Logger