C# 클래스 MediaPortal.Plugins.MovingPictures.LocalMediaManagement.MovieResources.FileBasedResource

파일 보기 프로젝트 열기: damienhaynes/moving-pictures

보호된 프로퍼티들

프로퍼티 타입 설명
logger Logger

보호된 메소드들

메소드 설명
DeleteFile ( string filepath ) : void

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

Download ( string url ) : bool

비공개 메소드들

메소드 설명
Download ( string url, long startPosition, int timeout ) : DownloadStatus

메소드 상세

DeleteFile() 보호된 메소드

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

Download() 보호된 메소드

protected Download ( string url ) : bool
url string
리턴 bool

프로퍼티 상세

logger 보호되어 있는 정적으로 프로퍼티

protected static Logger logger
리턴 Logger