C# Class ECollegeAPI.Services.FetchGrantService

Inheritance: BaseService
Afficher le fichier Open project: PearsonLearningStudio/mobile2-windows7

Méthodes publiques

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

Method Details

FetchGrantService() public méthode

public FetchGrantService ( string clientString, string clientId, string username, string password ) : System
clientString string
clientId string
username string
password string
Résultat System

PrepareRequest() public méthode

public PrepareRequest ( RestSharp req ) : void
req RestSharp
Résultat void

ProcessResponse() public méthode

public ProcessResponse ( string resp ) : void
resp string
Résultat void