Specifies the mode for polling the status of a socket.
[Visual Basic] Public Enum SelectMode [C#] public enum SelectMode [C++] public enum SelectMode
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member 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. |
Namespace: System.Net.Sockets
Assembly: System.net.dll