com.onlineobject.objectnet Namespace

EmbeddedDisconnectReason Enumeration

The reason for a disconnection.

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public enum EmbeddedDisconnectReason

Members


Member nameDescription
NeverConnectedNo connection was ever established.
ConnectionRejectedThe connection attempt was rejected by the server.
TransportErrorThe active transport detected a problem with the connection.
TimedOutThe connection timed out.
KickedThe client was forcibly disconnected by the server.
ServerStoppedThe server shut down.
DisconnectedThe disconnection was initiated by the client.