SocketInformationOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
NonBlocking | 1 | The Socket is nonblocking. |
Connected | 2 | The Socket is connected. |
Listening | 4 | The Socket is listening for new connections. |
UseOnlyOverlappedIO | 8 | The Socket uses overlapped I/O. |
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.