C# Class PusherServer.AuthenticationData

Inheritance: IAuthenticationData
Afficher le fichier Open project: pusher/pusher-http-dotnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AuthenticationData ( string appKey, string appSecret, string channelName, string socketId ) : System.Runtime.Serialization
AuthenticationData ( string appKey, string appSecret, string channelName, string socketId, PusherServer.PresenceChannelData presenceData ) : System.Runtime.Serialization
ToJson ( ) : string
ToString ( ) : string

Method Details

AuthenticationData() public méthode

public AuthenticationData ( string appKey, string appSecret, string channelName, string socketId ) : System.Runtime.Serialization
appKey string
appSecret string
channelName string
socketId string
Résultat System.Runtime.Serialization

AuthenticationData() public méthode

public AuthenticationData ( string appKey, string appSecret, string channelName, string socketId, PusherServer.PresenceChannelData presenceData ) : System.Runtime.Serialization
appKey string
appSecret string
channelName string
socketId string
presenceData PusherServer.PresenceChannelData
Résultat System.Runtime.Serialization

ToJson() public méthode

public ToJson ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string