Occurs when a response is received from the server.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Public Event ResponseRead As EventHandler(Of SftpResponseReadEventArgs) |
| C# |
|---|
public event EventHandler<SftpResponseReadEventArgs> ResponseRead |