C# 클래스 BoardGameGeekApiClient.Service.ApiDownloaderService

상속: IApiDownloadService
파일 보기 프로젝트 열기: NemeStats/NemeStats 1 사용 예제들

공개 메소드들

메소드 설명
ApiDownloaderService ( ) : System
DownloadApiResult ( Uri requestUrl ) : System.Xml.Linq.XDocument

비공개 메소드들

메소드 설명
ReadApiResult ( Uri requestUrl, System.Xml.Linq.XDocument &data ) : void

메소드 상세

ApiDownloaderService() 공개 메소드

public ApiDownloaderService ( ) : System
리턴 System

DownloadApiResult() 공개 메소드

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