Gets a value that indicates whether the ISocket is connected to a remote host as of the last Send or Receive operation.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
ReadOnly Property Connected As Boolean
	Get
C#
bool Connected { get; }

Field Value

true if the ISocket is connected; otherwise, false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also