C# 클래스 PusherServer.RestfulClient.AuthenticatedRequestFactory

Factory that creates authenticated requests to send to the Pusher API
상속: IAuthenticatedRequestFactory
파일 보기 프로젝트 열기: pusher/pusher-http-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticatedRequestFactory ( string appKey, string appId, string appSecret ) : System

Constructs a new Autheticated Request Factory

Build ( PusherMethod requestType, string resource, object requestParameters = null, object requestBody = null ) : IPusherRestRequest

비공개 메소드들

메소드 설명
GetQueryString ( object requestParameters, object requestBody ) : string>.SortedDictionary
GetStringBuilderfromSourceObject ( object sourceObject ) : string>.SortedDictionary

메소드 상세

AuthenticatedRequestFactory() 공개 메소드

Constructs a new Autheticated Request Factory
public AuthenticatedRequestFactory ( string appKey, string appId, string appSecret ) : System
appKey string Your app Key for the Pusher API
appId string Your app Id for the Pusher API
appSecret string Your app Secret for the Pusher API
리턴 System

Build() 공개 메소드

public Build ( PusherMethod requestType, string resource, object requestParameters = null, object requestBody = null ) : IPusherRestRequest
requestType PusherMethod
resource string
requestParameters object
requestBody object
리턴 IPusherRestRequest