'Declaration Public Class StatusResponsePayload Inherits SFtpPayload
'Usage Dim instance As StatusResponsePayload
public class StatusResponsePayload : SFtpPayload
'Declaration Public Class StatusResponsePayload Inherits SFtpPayload
'Usage Dim instance As StatusResponsePayload
public class StatusResponsePayload : SFtpPayload
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.
System.Object
Xceed.SSH.Core.SSHPayload
Xceed.SSH.Core.SSHPacketPayload
Xceed.SSH.SFtp.SFtpPayloadBase
Xceed.SSH.SFtp.SFtpPayload
Xceed.SSH.SFtp.StatusResponsePayload
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