C# Class WellDunne.REST.Pearson.OAuth10

Inheritance: IRequestAuthentication
Afficher le fichier Open project: JamesDunne/RESTful.tt

Méthodes publiques

Méthode Description
Authenticate ( HttpWebRequest request, byte body ) : void
OAuth10 ( string consumerKey, string consumerSecret, string applicationId ) : System

Method Details

Authenticate() public méthode

public Authenticate ( HttpWebRequest request, byte body ) : void
request System.Net.HttpWebRequest
body byte
Résultat void

OAuth10() public méthode

public OAuth10 ( string consumerKey, string consumerSecret, string applicationId ) : System
consumerKey string
consumerSecret string
applicationId string
Résultat System