Share via


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 the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

System.Net.Sockets Namespace