C# Class PusherClient.HttpAuthorizer

Inheritance: IAuthorizer
Afficher le fichier Open project: pusher-community/pusher-websocket-dotnet

Méthodes publiques

Méthode Description
Authorize ( string channelName, string socketId ) : string
HttpAuthorizer ( string authEndpoint ) : System

Method Details

Authorize() public méthode

public Authorize ( string channelName, string socketId ) : string
channelName string
socketId string
Résultat string

HttpAuthorizer() public méthode

public HttpAuthorizer ( string authEndpoint ) : System
authEndpoint string
Résultat System