C# Класс SevenDigital.Api.OAuthConsole.UI.OAuth.OAuthRequestData

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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