Occurs when a response is received from the server.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Event ResponseRead As EventHandler(Of FtpResponseReadEventArgs)
C#
public event EventHandler<FtpResponseReadEventArgs> ResponseRead

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also