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

Datei anzeigen Open project: damienhaynes/moving-pictures

Protected Properties

Property Type Description
logger Logger

Protected Methods

Method Description
DeleteFile ( string filepath ) : void

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

Download ( string url ) : bool

Private Methods

Method Description
Download ( string url, long startPosition, int timeout ) : DownloadStatus

Method Details

DeleteFile() protected method

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

Download() protected method

protected Download ( string url ) : bool
url string
return bool

Property Details

logger protected_oe static_oe property

protected static Logger logger
return Logger