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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.