com.onlineobject.objectnet Namespace

EmbeddedRejectReason Enumeration

The reason the connection attempt was rejected.

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

Syntax


public enum EmbeddedRejectReason

Members


Member nameDescription
NoConnectionNo response was received from the server (because the client has no internet connection, the server is offline, no server is listening on the target endpoint, etc.).
AlreadyConnectedThe client is already connected.
ServerFullThe server is full.
RejectedThe connection attempt was rejected.
CustomThe connection attempt was rejected and custom data may have been included with the rejection message.