SelectMode Enumeration
Specifies the polling modes, which are used by the Socket.Poll method.
Namespace: System.Net.Sockets
Assembly: System (in system.dll)
Syntax
public enum SelectMode
Members
Member name | Description | |
---|---|---|
SelectError | A value that determines whether there is an error condition present on the current socket. | |
SelectRead | A value that determines whether the current socket is readable. | |
SelectWrite | A value that determines whether the current socket is writable. |
Version Information
Available in .NET Micro Framework version 2.0, 2.5