Gets a value that indicates whether the ProxySocket 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
Public ReadOnly Property Connected As Boolean
	Get
C#
public bool Connected { get; }

Field Value

true if the ProxySocket is connected; otherwise, false.

Implements

ISocket..::..Connected

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also