EmbeddedRejectReason Enumeration
The reason the connection attempt was rejected.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Members
| Member name | Description | |
|---|---|---|
| NoConnection | No 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.). | |
| AlreadyConnected | The client is already connected. | |
| ServerFull | The server is full. | |
| Rejected | The connection attempt was rejected. | |
| Custom | The connection attempt was rejected and custom data may have been included with the rejection message. |

