SftpResponseReadEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9313)
Provides data for the ResponseRead event.
Syntax
public class SftpResponseReadEventArgs : EventArgs
  Inherited Members
Constructors
| Name | Description | 
|---|---|
| SftpResponseReadEventArgs(String) | Initializes a new instance of the SftpResponseReadEventArgs class with the specified response string.  | 
      
Properties
| Name | Description | 
|---|---|
| Response | Gets the SFTP response.  |