Enum DXEndpoint.State
A list of endpoint states.
public enum DXEndpoint.State
Fields
Closed = 3
Endpoint was Close().
Connected = 2
The connection to remote endpoint is established.
Connecting = 1
The Connect(string) method was called to establish connection to remove endpoint, but connection is not actually established yet or was lost.
NotConnected = 0
Endpoint was created by is not connected to remote endpoints.