Server.OnConnectionFailed Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
OnConnectionFailed(Connection)
Invokes the ConnectionFailed event.
protected virtual void OnConnectionFailed(Connection connection)
Parameters
Connection | connection |
The connection that failed to be fully established. |