Enum ConnectionState

ConnectionState enumeration

Describes the current state of the connection.

public enum ConnectionState

Values

NameValueDescription
Open1The connection is open.
Broken16The connection is broken.

See Also