|
FtpClientIsBusy Property
|
Returns true if FTP session is currently busy.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntax[BrowsableAttribute(false)]
public bool IsBusy { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property IsBusy As Boolean
Get
public:
[BrowsableAttribute(false)]
property bool IsBusy {
bool get ();
}
[<BrowsableAttribute(false)>]
member IsBusy : bool with get
View SourceProperty Value
Boolean
See Also