UdpServer.OnConnected Method
Namespace: Riptide.Transports.Udp
Assembly: RiptideNetworking.dll
OnConnected(Connection)
Invokes the Connected event.
protected virtual void OnConnected(Connection connection)
Parameters
Connection | connection |
The successfully established connection. |