C# 클래스 BattlelogMobile.Core.Service.DownloadService

Download files over http and store locally
상속: IDownloadService
파일 보기 프로젝트 열기: mikkoviitala/battlelogmobile

공개 메소드들

메소드 설명
DownloadService ( ) : System
DownloadService ( CookieContainer cookieJar ) : System
GetFile ( string url, string isolatedStorageFile ) : Task
ResolveUserIdAndPlatform ( string url, UserIdAndPlatformResolver userIdAndPlatformResolver ) : Task
RetrieveServerMessage ( string url ) : Task

메소드 상세

DownloadService() 공개 메소드

public DownloadService ( ) : System
리턴 System

DownloadService() 공개 메소드

public DownloadService ( CookieContainer cookieJar ) : System
cookieJar System.Net.CookieContainer
리턴 System

GetFile() 공개 메소드

public GetFile ( string url, string isolatedStorageFile ) : Task
url string
isolatedStorageFile string
리턴 Task

ResolveUserIdAndPlatform() 공개 메소드

public ResolveUserIdAndPlatform ( string url, UserIdAndPlatformResolver userIdAndPlatformResolver ) : Task
url string
userIdAndPlatformResolver UserIdAndPlatformResolver
리턴 Task

RetrieveServerMessage() 공개 메소드

public RetrieveServerMessage ( string url ) : Task
url string
리턴 Task