C# Class SevenDigital.Api.OAuthConsole.UI.OAuth.OAuthRequestData

Exibir arquivo Open project: 7digital/OAuthConsole Class Usage Examples

Public Methods

Method Description
OAuthRequestData ( bool oAuthSignRequest, Uri fullyQualifiedUrl, string postParams, string oAuthConsumerKey, string oAuthConsumerSecret, string oAuthTokenKey, string oAuthTokenSecret, string signature, string nonce, string timeStamp, string contentType ) : System

Method Details

OAuthRequestData() public method

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
return System