EmbeddedServerDisconnectedEventArgs Constructor
Initializes event data.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public EmbeddedServerDisconnectedEventArgs( EmbeddedConnection client, EmbeddedDisconnectReason reason )
Parameters
- client
- Type: com.onlineobject.objectnet.server..::..EmbeddedConnection
The client that disconnected.
- reason
- Type: com.onlineobject.objectnet.server..::..EmbeddedDisconnectReason
The reason for the disconnection.