Enum SelectMode
Specifies the mode for polling the status of a socket.
public enum SelectMode
Fields
SelectError = 2Poll the error status of a socket.
SelectRead = 0Poll the read status of a socket.
SelectWrite = 1Poll the write status of a socket.