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; } |