SocketInformationOptions Énumération

Définition

Décrit les états d’une Socket.

Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.

public enum class SocketInformationOptions
[System.Flags]
public enum SocketInformationOptions
[<System.Flags>]
type SocketInformationOptions = 
Public Enum SocketInformationOptions
Héritage
SocketInformationOptions
Attributs

Champs

Nom Valeur Description
NonBlocking 1

Ce Socket n’est pas un blocage.

Connected 2

Il Socket est connecté.

Listening 4

L’écoute Socket de nouvelles connexions.

UseOnlyOverlappedIO 8

Les Socket utilisations se chevauchent d’E/S.

S’applique à