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

Namespace:  Lesnikowski.Client
Assembly:  Mail (in Mail.dll) Version: 3.0.10245.1711

Syntax

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

See Also