Property | Type | Description | |
---|---|---|---|
Channels | Channel>.Dictionary | ||
Trace | TraceSource |
Method | Description | |
---|---|---|
Connect ( ) : void | ||
Disconnect ( ) : void | ||
Pusher ( string applicationKey, |
Initializes a new instance of the Pusher class.
|
|
Subscribe ( string channelName ) : |
Method | Description | |
---|---|---|
AlreadySubscribed ( string channelName ) : bool | ||
AuthEndpointCheck ( ) : void | ||
CreateChannel ( ChannelTypes type, string channelName ) : void | ||
MarkChannelsAsUnsubscribed ( ) : void | ||
RaiseError ( |
||
SubscribeExistingChannels ( ) : void | ||
SubscribeToChannel ( ChannelTypes type, string channelName ) : |
||
Trigger ( string channelName, string eventName, object obj ) : void | ||
Unsubscribe ( string channelName ) : void | ||
_connection_Connected ( object sender ) : void | ||
_connection_ConnectionStateChanged ( object sender, ConnectionState state ) : void |
public Pusher ( string applicationKey, |
||
applicationKey | string | The application key. |
options | The options. | |
return | System |
public Subscribe ( string channelName ) : |
||
channelName | string | |
return |