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