SocketInformationOptions Enumeration

Definition

Beschreibt Zustände für Socket.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

public enum class SocketInformationOptions
[System.Flags]
public enum SocketInformationOptions
[<System.Flags>]
type SocketInformationOptions = 
Public Enum SocketInformationOptions
Vererbung
SocketInformationOptions
Attribute

Felder

Connected 2

Socket ist verbunden.

Listening 4

Socket überwacht neue Verbindungen.

NonBlocking 1

Socket ist nicht blockierend.

UseOnlyOverlappedIO 8

Socket verwendet überlappende E/A.

Gilt für