| Dart.Ssh Namespace : ConnectionState Enumeration |
'Declaration Public Enum ConnectionState Inherits System.Enum
'Usage Dim instance As ConnectionState
public enum ConnectionState : System.Enum
__value public enum ConnectionState : public System.Enum
public enum class ConnectionState : public System.Enum
| Member | Description |
|---|---|
| Closed | The connection is closed. |
| Connected | Key exchange has been completed. |
| ConnectedAndPartiallyAuthenticated | The connection is established but only partially authenticated - further authentication is required. |
| ConnectedAndSecure | The connection is connected and authenticated. |
| TcpConnected | The TCP connection is established but not secure. |
System.Object
System.ValueType
System.Enum
Dart.Ssh.ConnectionState