Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / StatusResponsePayload Class
Members


In This Topic
    StatusResponsePayload Class
    In This Topic
    Represents a response from the server to the client that contains a status code.
    Syntax
    'Declaration
     
    Public Class StatusResponsePayload 
       Inherits SFtpPayload
    'Usage
     
    Dim instance As StatusResponsePayload
    public class StatusResponsePayload : SFtpPayload 
    Remarks

    After a request from the client, the server responds using one of a few response packets. All requests can return a SSH_FXP_STATUS response, which this class represents, upon failure. When an operation is successful, and no data needs to be returned, the SSH_FXP_STATUS response with SSH_FX_OK status is sent.

    An instance of this class is sometimes provided within exception classes as supplemental information to explain why an operation failed.

    Inheritance Hierarchy

    System.Object
       Xceed.SSH.Core.SSHPayload
          Xceed.SSH.Core.SSHPacketPayload
             Xceed.SSH.SFtp.SFtpPayloadBase
                Xceed.SSH.SFtp.SFtpPayload
                   Xceed.SSH.SFtp.StatusResponsePayload

    Public Constructors
    Public Fields
     NameDescription
    Public FieldMachine readable status code indicating the result of the request.  
    Public FieldSpecifies the language the error message is in.  
    Public Field (Inherited from Xceed.SSH.SFtp.SFtpPayloadBase)
    Public FieldHuman readable description of the error.  
    Public Field  
    Public Field (Inherited from Xceed.SSH.SFtp.SFtpPayload)
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the type code for the packet payload.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Xceed.SSH.Core.SSHPacketPayload)
    Public MethodOverloaded.  (Inherited from Xceed.SSH.SFtp.SFtpPayloadBase)
    Public MethodOverloaded.  (Inherited from Xceed.SSH.Core.SSHPayload)
    Public Method (Inherited from Xceed.SSH.Core.SSHPacketPayload)
    Public Method (Inherited from Xceed.SSH.Core.SSHPacketPayload)
    Public Method (Inherited from Xceed.SSH.SFtp.SFtpPayloadBase)
    Public MethodOverloaded.  (Inherited from Xceed.SSH.Core.SSHPayload)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Top
    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