EmbeddedDisconnectReason Enumeration
The reason for a disconnection.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Members
Member name | Description | |
---|---|---|
NeverConnected | No connection was ever established. | |
ConnectionRejected | The connection attempt was rejected by the server. | |
TransportError | The active transport detected a problem with the connection. | |
TimedOut | The connection timed out. | |
Kicked | The client was forcibly disconnected by the server. | |
ServerStopped | The server shut down. | |
Disconnected | The disconnection was initiated by the client. |