C# Class PusherClient.HttpAuthorizer

Inheritance: IAuthorizer
ファイルを表示 Open project: pusher-community/pusher-websocket-dotnet

Public Methods

Method Description
Authorize ( string channelName, string socketId ) : string
HttpAuthorizer ( string authEndpoint ) : System

Method Details

Authorize() public method

public Authorize ( string channelName, string socketId ) : string
channelName string
socketId string
return string

HttpAuthorizer() public method

public HttpAuthorizer ( string authEndpoint ) : System
authEndpoint string
return System