Rebex FTP/SSL for .NET

Ftp.ResponseRead Event

Occurs when a response is received from the server.

public event FtpResponseReadEventHandler ResponseRead;

Event Data

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

Property Description
Response Gets the raw FTP response.

See Also

Ftp Class | Rebex.Net Namespace