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