Server.OnMessageReceived Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
OnMessageReceived(Message, Connection)
Invokes the MessageReceived event and initiates handling of the received message.
protected virtual void OnMessageReceived(Message message, Connection fromConnection)
Parameters
Message | message |
The received message. |
Connection | fromConnection |
The client from which the message was received. |