|
FtpTransferResultIsFailed Property
|
Returns true if asynchronous transfer failed.
Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxpublic bool IsFailed { get; }
Public ReadOnly Property IsFailed As Boolean
Get
public:
property bool IsFailed {
bool get ();
}
member IsFailed : bool with get
View SourceProperty Value
Boolean
See Also