C# 클래스 WellDunne.REST.Pearson.OAuth10

상속: IRequestAuthentication
파일 보기 프로젝트 열기: JamesDunne/RESTful.tt

공개 메소드들

메소드 설명
Authenticate ( HttpWebRequest request, byte body ) : void
OAuth10 ( string consumerKey, string consumerSecret, string applicationId ) : System

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( HttpWebRequest request, byte body ) : void
request System.Net.HttpWebRequest
body byte
리턴 void

OAuth10() 공개 메소드

public OAuth10 ( string consumerKey, string consumerSecret, string applicationId ) : System
consumerKey string
consumerSecret string
applicationId string
리턴 System