C# 클래스 SevenDigital.Api.OAuthConsole.UI.OAuth.OAuthRequestData

파일 보기 프로젝트 열기: 7digital/OAuthConsole 1 사용 예제들

공개 메소드들

메소드 설명
OAuthRequestData ( bool oAuthSignRequest, Uri fullyQualifiedUrl, string postParams, string oAuthConsumerKey, string oAuthConsumerSecret, string oAuthTokenKey, string oAuthTokenSecret, string signature, string nonce, string timeStamp, string contentType ) : System

메소드 상세

OAuthRequestData() 공개 메소드

public OAuthRequestData ( bool oAuthSignRequest, Uri fullyQualifiedUrl, string postParams, string oAuthConsumerKey, string oAuthConsumerSecret, string oAuthTokenKey, string oAuthTokenSecret, string signature, string nonce, string timeStamp, string contentType ) : System
oAuthSignRequest bool
fullyQualifiedUrl System.Uri
postParams string
oAuthConsumerKey string
oAuthConsumerSecret string
oAuthTokenKey string
oAuthTokenSecret string
signature string
nonce string
timeStamp string
contentType string
리턴 System