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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.