Xceed .NET Libraries Documentation
SSHConstants.PacketID Enumeration


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace : SSHConstants.PacketID Enumeration
Syntax
'Declaration
 
Public Enum SSHConstants.PacketID 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SSHConstants.PacketID
public enum SSHConstants.PacketID : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberValueDescription
SSH_MSG_CHANNEL_CLOSE97 
SSH_MSG_CHANNEL_DATA94 
SSH_MSG_CHANNEL_EOF96 
SSH_MSG_CHANNEL_EXTENDED_DATA95 
SSH_MSG_CHANNEL_FAILURE100 
SSH_MSG_CHANNEL_OPEN90 
SSH_MSG_CHANNEL_OPEN_CONFIRMATION91 
SSH_MSG_CHANNEL_OPEN_FAILURE92 
SSH_MSG_CHANNEL_REQUEST98 
SSH_MSG_CHANNEL_SUCCESS99 
SSH_MSG_CHANNEL_WINDOW_ADJUST93 
SSH_MSG_DEBUG4 
SSH_MSG_DISCONNECT1 
SSH_MSG_GLOBAL_REQUEST80 
SSH_MSG_IGNORE2 
SSH_MSG_KEXINIT20 
SSH_MSG_NEWKEYS21 
SSH_MSG_REQUEST_FAILURE82 
SSH_MSG_REQUEST_SUCCESS81 
SSH_MSG_SERVICE_ACCEPT6 
SSH_MSG_SERVICE_REQUEST5 
SSH_MSG_UNIMPLEMENTED3 
SSH_MSG_USERAUTH_BANNER53 
SSH_MSG_USERAUTH_FAILURE51 
SSH_MSG_USERAUTH_INFO_REQUEST60 
SSH_MSG_USERAUTH_INFO_RESPONSE61 
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ60 
SSH_MSG_USERAUTH_PK_OK60 
SSH_MSG_USERAUTH_REQUEST50 
SSH_MSG_USERAUTH_SUCCESS52 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.SSH.Core.SSHConstants.PacketID

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