|
FtpFileWatcherIsConnected Property
|
Returns true if FTP file watcher session is connected.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntax[BrowsableAttribute(false)]
public virtual bool IsConnected { get; }
<BrowsableAttribute(false)>
Public Overridable ReadOnly Property IsConnected As Boolean
Get
public:
[BrowsableAttribute(false)]
virtual property bool IsConnected {
bool get ();
}
[<BrowsableAttribute(false)>]
abstract IsConnected : bool with get
[<BrowsableAttribute(false)>]
override IsConnected : bool with get
function get_IsConnected();
View SourceProperty Value
Boolean
See Also