C# 클래스 RedditStoreApp.Data.Core.RequestService

파일 보기 프로젝트 열기: anroOfCode/reddit-w8-app 1 사용 예제들

공개 메소드들

메소드 설명
GetAsync ( string resource, bool useCache ) : Task
PostAsync ( string resource, String>.List paramas ) : Task
RequestService ( ) : System

비공개 메소드들

메소드 설명
BuildResponse ( string content, HttpResponseMessage httpResp ) : Response
FormatResource ( string &resource ) : void
IsCached ( string resource ) : bool

메소드 상세

GetAsync() 공개 메소드

public GetAsync ( string resource, bool useCache ) : Task
resource string
useCache bool
리턴 Task

PostAsync() 공개 메소드

public PostAsync ( string resource, String>.List paramas ) : Task
resource string
paramas String>.List
리턴 Task

RequestService() 공개 메소드

public RequestService ( ) : System
리턴 System