DisconnectedEventArgs Constructor
Namespace: Riptide.Transports
Assembly: RiptideNetworking.dll
DisconnectedEventArgs(Connection, DisconnectReason)
Initializes event data.
public DisconnectedEventArgs(Connection connection, DisconnectReason reason)
Parameters
Connection | connection |
The closed connection. |
DisconnectReason | reason |
The reason for the disconnection. |