Method | Description | |
---|---|---|
Connect ( ) : void | ||
Disconnect ( ) : void | ||
Emit ( string eventName ) : void | ||
Emit ( string eventName, object args, Action |
||
EmitLocally ( string eventName ) : void | ||
EmitLocally ( string eventName, object data = null, Action |
||
On ( string eventName, Action |
||
RemoveListener ( string eventName, Action |
Method | Description | |
---|---|---|
HandlePacket ( SocketIO.Client.Impl.Packet packet ) : void | ||
Namespace ( string name, SocketIO.Client.SocketIOClient socket ) : System | ||
SendPacket ( SocketIO.Client.Impl.Packet packet ) : void |
public Emit ( string eventName, object args, Action |
||
eventName | string | |
args | object | |
ack | Action |
|
return | void |
public EmitLocally ( string eventName ) : void | ||
eventName | string | |
return | void |
public EmitLocally ( string eventName, object data = null, Action |
||
eventName | string | |
data | object | |
ack | Action |
|
return | void |
public On ( string eventName, Action |
||
eventName | string | |
callback | Action |
|
return |
public RemoveListener ( string eventName, Action |
||
eventName | string | |
callback | Action |
|
return |