ProxySocket.Connected Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Connected
Gets a value that indicates whether the ProxySocket is connected to a remote host as of the last Send or Receive operation.
Declaration
public bool Connected { get; }
Property Value
Type | Description |
---|---|
Boolean | true if the ProxySocket is connected; otherwise, false. |