C# Class ECollegeAPI.Services.FetchGrantService

Inheritance: BaseService
ファイルを表示 Open project: PearsonLearningStudio/mobile2-windows7

Public Methods

Method Description
FetchGrantService ( string clientString, string clientId, string username, string password ) : System
PrepareRequest ( RestSharp req ) : void
ProcessResponse ( string resp ) : void

Method Details

FetchGrantService() public method

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

PrepareRequest() public method

public PrepareRequest ( RestSharp req ) : void
req RestSharp
return void

ProcessResponse() public method

public ProcessResponse ( string resp ) : void
resp string
return void