C# 클래스 PusherServer.AuthenticationData

상속: IAuthenticationData
파일 보기 프로젝트 열기: pusher/pusher-http-dotnet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AuthenticationData() 공개 메소드

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

AuthenticationData() 공개 메소드

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

ToJson() 공개 메소드

public ToJson ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string