C# 클래스 iOSHelpers.BackgroundDownloadManager

파일 보기 프로젝트 열기: Clancey/iOSHelpers 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutoProcess bool
BaseDir string

Private Properties

프로퍼티 타입 설명
AddController void
BackgroundDownloadManager System
GetControllers List
RemoveUrl void
UpdateProgress void
UpdateProgress void
loadState void
saveState void

공개 메소드들

메소드 설명
Cancel ( string url ) : void
Completed ( NSUrlSessionTask downloadTask, NSUrl location ) : void
Download ( Uri url, string destination ) : BackgroundDownload
Download ( string url, string destination ) : BackgroundDownload
Errored ( NSUrlSessionDownloadTask downloadTask ) : void
Failed ( NSUrlSession session, NSUrlSessionTask task, NSError error ) : void
MakeRelativePath ( String fromPath, String toPath ) : String
Reload ( ) : void
Remove ( string url ) : void
RemoveCompleted ( ) : void

비공개 메소드들

메소드 설명
AddController ( string url, BackgroundDownload controller ) : void
BackgroundDownloadManager ( ) : System
GetControllers ( string url ) : List
RemoveUrl ( string url ) : void
UpdateProgress ( NSUrlSessionDownloadTask downloadTask, nfloat progress ) : void
UpdateProgress ( string url, nfloat progress ) : void
loadState ( ) : void
saveState ( ) : void

메소드 상세

Cancel() 공개 정적인 메소드

public static Cancel ( string url ) : void
url string
리턴 void

Completed() 공개 정적인 메소드

public static Completed ( NSUrlSessionTask downloadTask, NSUrl location ) : void
downloadTask NSUrlSessionTask
location NSUrl
리턴 void

Download() 공개 정적인 메소드

public static Download ( Uri url, string destination ) : BackgroundDownload
url System.Uri
destination string
리턴 BackgroundDownload

Download() 공개 정적인 메소드

public static Download ( string url, string destination ) : BackgroundDownload
url string
destination string
리턴 BackgroundDownload

Errored() 공개 정적인 메소드

public static Errored ( NSUrlSessionDownloadTask downloadTask ) : void
downloadTask NSUrlSessionDownloadTask
리턴 void

Failed() 공개 정적인 메소드

public static Failed ( NSUrlSession session, NSUrlSessionTask task, NSError error ) : void
session NSUrlSession
task NSUrlSessionTask
error NSError
리턴 void

MakeRelativePath() 공개 정적인 메소드

public static MakeRelativePath ( String fromPath, String toPath ) : String
fromPath String
toPath String
리턴 String

Reload() 공개 정적인 메소드

public static Reload ( ) : void
리턴 void

Remove() 공개 정적인 메소드

public static Remove ( string url ) : void
url string
리턴 void

RemoveCompleted() 공개 정적인 메소드

public static RemoveCompleted ( ) : void
리턴 void

프로퍼티 상세

AutoProcess 공개적으로 정적으로 프로퍼티

public static bool AutoProcess
리턴 bool

BaseDir 공개적으로 정적으로 프로퍼티

public static string BaseDir
리턴 string