 | TcpTextClientConnected Property |
Gets a value indicating whether the underlying
Socket is connected to a remote host.
This property makes a nonblocking, zero-byte Send call to determine the current state of the connection.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool Connected { get; }Public ReadOnly Property Connected As Boolean
Get
public:
property bool Connected {
bool get ();
}member Connected : bool with get
Property Value
Boolean
See Also