Xceed .NET Libraries Documentation
SSHDisconnectReason Enumeration


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace : SSHDisconnectReason Enumeration
Syntax
'Declaration
 
Public Enum SSHDisconnectReason 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SSHDisconnectReason
public enum SSHDisconnectReason : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberValueDescription
AuthenticationCancelledByUser13 
ByApplication11 
CompressionError6 
ConnectionLost10 
HostKeyNotVerifiable9 
HostNotAllowedToConnect1 
IllegalUserName15 
KeyExchangeFailed3 
MacError5 
NoMoreAuthenticationMethodsAvailable14 
ProtocolError2 
ProtocolVersionNotSupported8 
Reserved4 
ServiceNotAvailable7 
TooManyConnections12 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.SSH.Core.SSHDisconnectReason

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.SSH.Core Namespace