Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / SSHPacketPayload Class
Members


In This Topic
    SSHPacketPayload Class
    In This Topic
    Syntax
    'Declaration
     
    Public MustInherit Class SSHPacketPayload 
       Inherits SSHPayload
    'Usage
     
    Dim instance As SSHPacketPayload
    public abstract class SSHPacketPayload : SSHPayload 
    Inheritance Hierarchy

    System.Object
       Xceed.SSH.Core.SSHPayload
          Xceed.SSH.Core.SSHPacketPayload
             Xceed.SSH.Core.UnknownPayload
             Xceed.SSH.Protocols.ChannelOpenInteractiveSessionPayload
             Xceed.SSH.Protocols.ChannelPayload
             Xceed.SSH.Protocols.ChannelRequestEnvironmentVariablePayload
             Xceed.SSH.Protocols.ChannelRequestExecuteCommandPayload
             Xceed.SSH.Protocols.ChannelRequestSubsystemPayload
             Xceed.SSH.Protocols.DebugPayload
             Xceed.SSH.Protocols.DiffieHellmanGroupExchangeInitializationPayload
             Xceed.SSH.Protocols.DiffieHellmanGroupExchangePrimeAndGeneratorPayload
             Xceed.SSH.Protocols.DiffieHellmanGroupExchangeReplyPayload
             Xceed.SSH.Protocols.DiffieHellmanGroupExchangeRequestOldPayload
             Xceed.SSH.Protocols.DiffieHellmanGroupExchangeRequestPayload
             Xceed.SSH.Protocols.DiffieHellmanKeyExchangeInitializationPayload
             Xceed.SSH.Protocols.DiffieHellmanKeyExchangeReplyPayload
             Xceed.SSH.Protocols.DisconnectPayload
             Xceed.SSH.Protocols.EllipticCurveDiffieHellmanKeyExchangeInitializationPayload
             Xceed.SSH.Protocols.EllipticCurveDiffieHellmanKeyExchangeReplyPayload
             Xceed.SSH.Protocols.ExtensionInformationPayload
             Xceed.SSH.Protocols.GlobalRequestPayload
             Xceed.SSH.Protocols.IgnorePayload
             Xceed.SSH.Protocols.KeyExchangeInitializationPayload
             Xceed.SSH.Protocols.NewKeysPayload
             Xceed.SSH.Protocols.RequestFailurePayload
             Xceed.SSH.Protocols.RequestSuccessPayload
             Xceed.SSH.Protocols.ServiceAcceptPayload
             Xceed.SSH.Protocols.ServiceRequestPayload
             Xceed.SSH.Protocols.UnimplementedPayload
             Xceed.SSH.Protocols.UserAuthenticationBannerPayload
             Xceed.SSH.Protocols.UserAuthenticationFailurePayload
             Xceed.SSH.Protocols.UserAuthenticationKeyboardInteractiveInfoRequestPayload
             Xceed.SSH.Protocols.UserAuthenticationKeyboardInteractiveInfoResponsePayload
             Xceed.SSH.Protocols.UserAuthenticationKeyboardInteractiveRequestPayload
             Xceed.SSH.Protocols.UserAuthenticationNewPasswordRequestPayload
             Xceed.SSH.Protocols.UserAuthenticationNoneRequestPayload
             Xceed.SSH.Protocols.UserAuthenticationPasswordChangeRequestPayload
             Xceed.SSH.Protocols.UserAuthenticationPasswordRequestPayload
             Xceed.SSH.Protocols.UserAuthenticationPublicKeyQueryOkPayload
             Xceed.SSH.Protocols.UserAuthenticationPublicKeyQueryPayload
             Xceed.SSH.Protocols.UserAuthenticationPublicKeyRequestPayload
             Xceed.SSH.Protocols.UserAuthenticationSuccessPayload
             Xceed.SSH.SFtp.SFtpPayloadBase

    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