Enum SelectMode
Specifies the mode for polling the status of a socket.
Namespace: System.Net.Sockets
Assembly: System.Net.dll
Syntax
public enum SelectMode
Fields
Name | Description |
---|---|
SelectError | Poll the error status of a socket. |
SelectRead | Poll the read status of a socket. |
SelectWrite | Poll the write status of a socket. |