C# Class Netronics.Http.SocketIO.Client

Inheritance: ISocketIO, IChannelHandler
Afficher le fichier Open project: shlee322/Netronics Class Usage Examples

Méthodes publiques

Méthode Description
Client ( HttpContact contact, ISocketIO socketIO ) : System
Connected ( IReceiveContext context ) : void
Disconnected ( IReceiveContext context ) : void
Emit ( string id, dynamic o ) : void
GetChannel ( ) : IChannel
MessageReceive ( IReceiveContext context ) : void
On ( string id, Action action ) : void
ToString ( ) : string

Private Methods

Méthode Description
Send ( string type, string id, string data = null ) : void

Method Details

Client() public méthode

public Client ( HttpContact contact, ISocketIO socketIO ) : System
contact Netronics.Http.HttpContact
socketIO ISocketIO
Résultat System

Connected() public méthode

public Connected ( IReceiveContext context ) : void
context IReceiveContext
Résultat void

Disconnected() public méthode

public Disconnected ( IReceiveContext context ) : void
context IReceiveContext
Résultat void

Emit() public méthode

public Emit ( string id, dynamic o ) : void
id string
o dynamic
Résultat void

GetChannel() public méthode

public GetChannel ( ) : IChannel
Résultat IChannel

MessageReceive() public méthode

public MessageReceive ( IReceiveContext context ) : void
context IReceiveContext
Résultat void

On() public méthode

public On ( string id, Action action ) : void
id string
action Action
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string