System.Net.Sockets.SocketInformationOptions Enumeration

Describes states for a System.Net.Sockets.Socket.

Syntax

[System.Flags]
public enum SocketInformationOptions

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Connected

The System.Net.Sockets.Socket is connected.

Listening

The System.Net.Sockets.Socket is listening for new connections.

NonBlocking

The System.Net.Sockets.Socket is nonblocking.

UseOnlyOverlappedIO

The System.Net.Sockets.Socket uses overlapped I/O.

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0