ConnectionState EnumerationNetworkComms.Net Help
Describes the current state of the connection

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public enum ConnectionState
Members

  Member nameValueDescription
Undefined0 The state of this connection is undefined. This is the starting state of new connections.
Establishing1 The connection is in the process of being established.
Established2 The connection has been successfully established.
Shutdown3 The connection has been shutdown.
See Also