C# Класс ChatterService.Web.ChatterProxyService

Наследование: IChatterProxyService
Показать файл Открыть проект

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

Метод Описание
ChatterProxyService ( ) : System
CreateGroup ( Stream stream ) : CommonResult
Follow ( string viewerId, string ownerId, string accessToken ) : CommonResult
GetActivities ( int count, string mode ) : Activity[]
GetActivities ( Object stateInfo ) : void
GetUserActivities ( string userId, string mode, int count ) : Activity[]
HandleError ( Exception error, string key ) : bool
IsUserFollowing ( string viewerId, string ownerId, string accessToken ) : CommonResult
Unfollow ( string viewerId, string ownerId, string accessToken ) : CommonResult

Приватные методы

Метод Описание
ValidateSignature ( ) : void
WriteLogToFile ( String msg ) : void
customXertificateValidation ( object sender, X509Certificate cert, X509Chain chain, System error ) : bool
getChatterRestService ( string accessToken ) : ChatterRestService
getChatterSoapService ( ) : ChatterSoapService
getSalesforceUserId ( ChatterSoapService soap, string nodeId ) : string
parseParameters ( Stream stream ) : NameValueCollection

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

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

public ChatterProxyService ( ) : System
Результат System

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

public CreateGroup ( Stream stream ) : CommonResult
stream Stream
Результат CommonResult

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

public Follow ( string viewerId, string ownerId, string accessToken ) : CommonResult
viewerId string
ownerId string
accessToken string
Результат CommonResult

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

public GetActivities ( int count, string mode ) : Activity[]
count int
mode string
Результат Activity[]

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

public GetActivities ( Object stateInfo ) : void
stateInfo Object
Результат void

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

public GetUserActivities ( string userId, string mode, int count ) : Activity[]
userId string
mode string
count int
Результат Activity[]

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

public HandleError ( Exception error, string key ) : bool
error System.Exception
key string
Результат bool

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

public IsUserFollowing ( string viewerId, string ownerId, string accessToken ) : CommonResult
viewerId string
ownerId string
accessToken string
Результат CommonResult

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

public Unfollow ( string viewerId, string ownerId, string accessToken ) : CommonResult
viewerId string
ownerId string
accessToken string
Результат CommonResult