C# 클래스 Hyves.Service.HyvesService

파일 보기 프로젝트 열기: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

공개 메소드들

메소드 설명
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