Mono Class Library: System.Net.Sockets Namespace

System.Net.Sockets.SelectMode Enumeration

Specifies the mode used by the Socket.Poll(int, SelectMode) method of the System.Net.Sockets.Socket class.
public enum SelectMode

Remarks

A System.Net.Sockets.SelectMode member specifies the status information (read, write, or error) to retrieve from the current System.Net.Sockets.Socket instance.

Members

Member NameDescription
SelectErrorDetermine the error status of the current System.Net.Sockets.Socket instance.
SelectReadDetermine the read status of the current System.Net.Sockets.Socket instance.
SelectWriteDetermine the write status of the current System.Net.Sockets.Socket instance.

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0