FTPConnectionIsConnected Property |
Indicates whether the FTP client is currently connected with the server.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic bool IsConnected { get; }Public ReadOnly Property IsConnected As Boolean
Get
public:
property bool IsConnected {
bool get ();
}member IsConnected : bool with get
Property Value
Type:
Boolean
See Also