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. [Edit]
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. [Edit]

Members

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

Requirements

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