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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.