C# Класс Hyves.Service.HyvesService

Показать файл Открыть проект

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

Метод Описание
HyvesService ( HyvesSession session ) : System

Initializes an instance of a HyvesService with the specified session.

HyvesService ( string consumerKey, string consumerSecret, List methods ) : System

Creates an instance of a HyvesService with the specified application and infinite session information.

HyvesService ( string consumerKey, string consumerSecret, List methods, string token, string tokenSecret, string userId ) : System

Creates an instance of a HyvesService with the specified application and infinite session information.

Описание методов

HyvesService() публичный Метод

Initializes an instance of a HyvesService with the specified session.
public HyvesService ( HyvesSession session ) : System
session Hyves.Service.Core.HyvesSession The session associated with requests issued to the service.
Результат System

HyvesService() публичный Метод

Creates an instance of a HyvesService with the specified application and infinite session information.
public HyvesService ( string consumerKey, string consumerSecret, List methods ) : System
consumerKey string The consumer-key used as an Consumer key.
consumerSecret string The consumer secret used to sign requests.
methods List The methods supported in this application.
Результат System

HyvesService() публичный Метод

Creates an instance of a HyvesService with the specified application and infinite session information.
public HyvesService ( string consumerKey, string consumerSecret, List methods, string token, string tokenSecret, string userId ) : System
consumerKey string The consumer-key used as an Consumer key.
consumerSecret string The consumer secret used to sign requests.
methods List The methods supported in this application.
token string The previously saved access token.
tokenSecret string The previously saved access token secret.
userId string The user Id associated with the access token.
Результат System