FtpClient.IsConnected Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
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;
}

Property Value

Type: Boolean

Implements

IFtpClient..::..IsConnected

See Also