C# Class BattlelogMobile.Core.Service.DownloadService

Download files over http and store locally
Inheritance: IDownloadService
Afficher le fichier Open project: mikkoviitala/battlelogmobile

Méthodes publiques

Méthode 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 méthode

public DownloadService ( ) : System
Résultat System

DownloadService() public méthode

public DownloadService ( CookieContainer cookieJar ) : System
cookieJar System.Net.CookieContainer
Résultat System

GetFile() public méthode

public GetFile ( string url, string isolatedStorageFile ) : Task
url string
isolatedStorageFile string
Résultat Task

ResolveUserIdAndPlatform() public méthode

public ResolveUserIdAndPlatform ( string url, UserIdAndPlatformResolver userIdAndPlatformResolver ) : Task
url string
userIdAndPlatformResolver UserIdAndPlatformResolver
Résultat Task

RetrieveServerMessage() public méthode

public RetrieveServerMessage ( string url ) : Task
url string
Résultat Task