Method | Description | |
---|---|---|
OnConnected ( IConnection connection ) : void | ||
OnDisconnected ( IConnection connection, Exception ex ) : void | ||
OnException ( IConnection connection, Exception ex ) : void | ||
OnReceived ( IConnection connection, Object obj ) : void | ||
OnSendCallback ( IConnection connection, SendCallbackEventArgs e ) : void | ||
OnStartSending ( IConnection connection, Packet packet ) : void |
public OnConnected ( IConnection connection ) : void | ||
connection | IConnection | |
return | void |
public OnDisconnected ( IConnection connection, Exception ex ) : void | ||
connection | IConnection | |
ex | Exception | |
return | void |
public OnException ( IConnection connection, Exception ex ) : void | ||
connection | IConnection | |
ex | Exception | |
return | void |
public OnReceived ( IConnection connection, Object obj ) : void | ||
connection | IConnection | |
obj | Object | |
return | void |
public OnSendCallback ( IConnection connection, SendCallbackEventArgs e ) : void | ||
connection | IConnection | |
e | SendCallbackEventArgs | |
return | void |
public OnStartSending ( IConnection connection, Packet packet ) : void | ||
connection | IConnection | |
packet | Packet | |
return | void |