Defines all the possible states of an ISocket object.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Enumeration SocketState
C#
public enum SocketState

Members

Member nameDescription
Supported by the .NET Compact FrameworkNotConnected
The ISocket was either never connected, or is no longer connected.
Supported by the .NET Compact FrameworkConnected
The ISocket is connected or data is still available to be read.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also