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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา