Gets a value indicating if the connection is alive
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public bool IsConnected { get; } |
Visual Basic |
---|
Public ReadOnly Property IsConnected As Boolean Get |
Visual C++ |
---|
public: virtual property bool IsConnected { bool get () sealed; } |