Rebex SFTP for .NET

Sftp.ResponseRead Event

Occurs when a response is received from the server.

public event SftpResponseReadEventHandler ResponseRead;

Event Data

The event handler receives an argument of type SftpResponseReadEventArgs containing data related to this event. The following SftpResponseReadEventArgs property provides information specific to this event.

Property Description
Response Gets the SFTP response.

See Also

Sftp Class | Rebex.Net Namespace