Enum EndpointState
State of the connection to the endpoint.
Namespace: Couchbase.Diagnostics
Assembly: Couchbase.NetClient.dll
Syntax
[JsonConverter(typeof(CamelCaseStringEnumConverter<EndpointState>))]
public enum EndpointState
Fields
Name | Description |
---|---|
Connected | Connected and ready. |
Connecting | Currently connecting - including auth, etc. |
Disconnected | The endpoint socket is not reachable. |
Disconnecting | Disconnected after being connected. |