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

    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