ServerDisconnectedEventArgs Class
Namespace: Riptide
Assembly: RiptideNetworking.dll
Contains event data for when a client disconnects from the server.
public class ServerDisconnectedEventArgs : EventArgs
Inherited Members
Constructors
| ServerDisconnectedEventArgs(Connection, DisconnectReason) | Initializes event data. |
Fields
| Client | The client that disconnected. |
| Reason | The reason for the disconnection. |