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