PowerTCP SSH and SFTP for .NET
ConnectionState Enumeration




Enumerates the possible values of the connection state.
Syntax
'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 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Ssh.ConnectionState

See Also

Reference

Dart.Ssh Namespace


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic