Gets a value indicating whether the underlying Socket is connected to a remote host.

Namespace: Limilabs.WHOIS.Client
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
public bool Connected { get; }
Visual Basic
Public ReadOnly Property Connected As Boolean
	Get
Visual C++
public:
property bool Connected {
	bool get ();
}

See Also