SocketInformationOptions Enum

Definition

Describes states for a Socket.

This enumeration supports a bitwise combination of its member values.

public enum class SocketInformationOptions
[System.Flags]
public enum SocketInformationOptions
[<System.Flags>]
type SocketInformationOptions = 
Public Enum SocketInformationOptions
Inheritance
SocketInformationOptions
Attributes

Fields

Connected 2

The Socket is connected.

Listening 4

The Socket is listening for new connections.

NonBlocking 1

The Socket is nonblocking.

UseOnlyOverlappedIO 8

The Socket uses overlapped I/O.

Applies to