C# 클래스 PusherClient.Pusher

상속: EventEmitter
파일 보기 프로젝트 열기: pusher-community/pusher-websocket-dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Channels Channel>.Dictionary
Trace TraceSource

공개 메소드들

메소드 설명
Connect ( ) : void
Disconnect ( ) : void
Pusher ( string applicationKey, PusherOptions options = null ) : System

Initializes a new instance of the Pusher class.

Subscribe ( string channelName ) : Channel

비공개 메소드들

메소드 설명
AlreadySubscribed ( string channelName ) : bool
AuthEndpointCheck ( ) : void
CreateChannel ( ChannelTypes type, string channelName ) : void
MarkChannelsAsUnsubscribed ( ) : void
RaiseError ( PusherException error ) : void
SubscribeExistingChannels ( ) : void
SubscribeToChannel ( ChannelTypes type, string channelName ) : Channel
Trigger ( string channelName, string eventName, object obj ) : void
Unsubscribe ( string channelName ) : void
_connection_Connected ( object sender ) : void
_connection_ConnectionStateChanged ( object sender, ConnectionState state ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

Pusher() 공개 메소드

Initializes a new instance of the Pusher class.
public Pusher ( string applicationKey, PusherOptions options = null ) : System
applicationKey string The application key.
options PusherOptions The options.
리턴 System

Subscribe() 공개 메소드

public Subscribe ( string channelName ) : Channel
channelName string
리턴 Channel

프로퍼티 상세

Channels 공개적으로 프로퍼티

public Dictionary Channels
리턴 Channel>.Dictionary

Trace 공개적으로 정적으로 프로퍼티

public static TraceSource Trace
리턴 TraceSource