C# Class PusherClient.Channel

Inheritance: EventEmitter
Mostra file Open project: pusher-community/pusher-websocket-dotnet Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
Channel ( string channelName, Pusher pusher )
Trigger ( string eventName, object obj ) : void
Unsubscribe ( ) : void

Private Methods

Method Description
SubscriptionSucceeded ( string data ) : void

Method Details

Channel() public method

public Channel ( string channelName, Pusher pusher )
channelName string
pusher Pusher

Trigger() public method

public Trigger ( string eventName, object obj ) : void
eventName string
obj object
return void

Unsubscribe() public method

public Unsubscribe ( ) : void
return void

Property Details

Name public_oe property

public string Name
return string