C# Class BattlelogMobile.Core.Service.DownloadService

Download files over http and store locally
Inheritance: IDownloadService
Show file Open project: mikkoviitala/battlelogmobile

Public Methods

Method Description
DownloadService ( ) : System
DownloadService ( CookieContainer cookieJar ) : System
GetFile ( string url, string isolatedStorageFile ) : Task
ResolveUserIdAndPlatform ( string url, UserIdAndPlatformResolver userIdAndPlatformResolver ) : Task
RetrieveServerMessage ( string url ) : Task

Method Details

DownloadService() public method

public DownloadService ( ) : System
return System

DownloadService() public method

public DownloadService ( CookieContainer cookieJar ) : System
cookieJar System.Net.CookieContainer
return System

GetFile() public method

public GetFile ( string url, string isolatedStorageFile ) : Task
url string
isolatedStorageFile string
return Task

ResolveUserIdAndPlatform() public method

public ResolveUserIdAndPlatform ( string url, UserIdAndPlatformResolver userIdAndPlatformResolver ) : Task
url string
userIdAndPlatformResolver UserIdAndPlatformResolver
return Task

RetrieveServerMessage() public method

public RetrieveServerMessage ( string url ) : Task
url string
return Task