SocketState Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Defines all the possible states of an ISocket object.
Syntax
public enum SocketState
Fields
Name | Description |
---|---|
Connected | The ISocket is connected or data is still available to be read. |
NotConnected | The ISocket was either never connected, or is no longer connected. |