C# Class PusherClient.PresenceChannel

Inheritance: PrivateChannel
显示文件 Open project: pusher-community/pusher-websocket-dotnet Class Usage Examples

Public Properties

Property Type Description
Members dynamic>.Dictionary

Public Methods

Method Description
PresenceChannel ( string channelName, Pusher pusher ) : System.Collections.Generic

Private Methods

Method Description
AddMember ( string data ) : void
ParseMember ( string data ) : dynamic>.KeyValuePair
ParseMembersList ( string data ) : dynamic>.Dictionary
RemoveMember ( string data ) : void
SubscriptionSucceeded ( string data ) : void

Method Details

PresenceChannel() public method

public PresenceChannel ( string channelName, Pusher pusher ) : System.Collections.Generic
channelName string
pusher Pusher
return System.Collections.Generic

Property Details

Members public_oe property

public Dictionary Members
return dynamic>.Dictionary