Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SocketInformationOptions Enumeration

 

Describes states for a Socket.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

[FlagsAttribute]
public enum SocketInformationOptions

Member nameDescription
Connected

The Socket is connected.

Listening

The Socket is listening for new connections.

NonBlocking

The Socket is nonblocking.

UseOnlyOverlappedIO

The Socket uses overlapped I/O.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft