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

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

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