C# 클래스 ECollegeAPI.Services.FetchGrantService

상속: BaseService
파일 보기 프로젝트 열기: PearsonLearningStudio/mobile2-windows7

공개 메소드들

메소드 설명
FetchGrantService ( string clientString, string clientId, string username, string password ) : System
PrepareRequest ( RestSharp req ) : void
ProcessResponse ( string resp ) : void

메소드 상세

FetchGrantService() 공개 메소드

public FetchGrantService ( string clientString, string clientId, string username, string password ) : System
clientString string
clientId string
username string
password string
리턴 System

PrepareRequest() 공개 메소드

public PrepareRequest ( RestSharp req ) : void
req RestSharp
리턴 void

ProcessResponse() 공개 메소드

public ProcessResponse ( string resp ) : void
resp string
리턴 void