Method | Description | |
---|---|---|
Client ( |
||
Connected ( IReceiveContext context ) : void | ||
Disconnected ( IReceiveContext context ) : void | ||
Emit ( string id, dynamic o ) : void | ||
GetChannel ( ) : IChannel | ||
MessageReceive ( IReceiveContext context ) : void | ||
On ( string id, Action |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
Send ( string type, string id, string data = null ) : void |
public Client ( |
||
contact | ||
socketIO | ISocketIO | |
return | System |
public Connected ( IReceiveContext context ) : void | ||
context | IReceiveContext | |
return | void |
public Disconnected ( IReceiveContext context ) : void | ||
context | IReceiveContext | |
return | void |
public MessageReceive ( IReceiveContext context ) : void | ||
context | IReceiveContext | |
return | void |
public On ( string id, Action |
||
id | string | |
action | Action |
|
return | void |