C# Class BoardGameGeekApiClient.Service.ApiDownloaderService

Inheritance: IApiDownloadService
Show file Open project: NemeStats/NemeStats Class Usage Examples

Public Methods

Method Description
ApiDownloaderService ( ) : System
DownloadApiResult ( Uri requestUrl ) : System.Xml.Linq.XDocument

Private Methods

Method Description
ReadApiResult ( Uri requestUrl, System.Xml.Linq.XDocument &data ) : void

Method Details

ApiDownloaderService() public method

public ApiDownloaderService ( ) : System
return System

DownloadApiResult() public method

public DownloadApiResult ( Uri requestUrl ) : System.Xml.Linq.XDocument
requestUrl System.Uri
return System.Xml.Linq.XDocument