Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void onBinaryMessageReceived(byte[])

Declaration

protected virtual void onBinaryMessageReceived(
    byte[] msg
)

Summary

When overridden in a derived class, handles an incoming binary message from the client.

Parameters

byte[]msg The message received from the client.

Remarks

All exceptions thrown by your code are swallowed by default. Wrap your handler in a try/catch in order to handle or log your exceptions.