C# Class PusherServer.AuthenticationData

Inheritance: IAuthenticationData
Mostra file Open project: pusher/pusher-http-dotnet

Private Properties

Property Type Description

Public Methods

Method 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 method

public AuthenticationData ( string appKey, string appSecret, string channelName, string socketId ) : System.Runtime.Serialization
appKey string
appSecret string
channelName string
socketId string
return System.Runtime.Serialization

AuthenticationData() public method

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
return System.Runtime.Serialization

ToJson() public method

public ToJson ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string