| FtpResponseExceptionResponse Property |
Gets FTP server response that caused this exception to be thrown.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public FtpResponse Response { get; }
Public ReadOnly Property Response As FtpResponse
Get
public:
property FtpResponse^ Response {
FtpResponse^ get ();
}
member Response : FtpResponse with get
Property Value
Type:
FtpResponseSee Also