Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / SSHConstants.PacketID Enumeration


In This Topic
    SSHConstants.PacketID Enumeration
    In This Topic
    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_EXT_INFO7 
    SSH_MSG_GLOBAL_REQUEST80 
    SSH_MSG_IGNORE2 
    SSH_MSG_KEXINIT20 
    SSH_MSG_NEWCOMPRESS8 
    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