public enum SelectMode
Object
ValueType
Enum
SelectMode
System
Networking
Specifies the mode used by the System.Net.Sockets.Socket.Poll(System.Int32,System.Net.Sockets.SelectMode) method of the Socket class.
A SelectMode member specifies the status information (read, write, or error) to retrieve from the current Socket instance.
System.Net.Sockets Namespace
SelectMode Fields
SelectMode.SelectError Field
SelectMode.SelectRead Field
SelectMode.SelectWrite Field
SelectMode.value__ Field
SelectError = 2;
Determine the error status of the current Socket instance.
System.Net.Sockets.SelectMode Enum, System.Net.Sockets Namespace
SelectRead = 0;
Determine the read status of the current Socket instance.
System.Net.Sockets.SelectMode Enum, System.Net.Sockets Namespace
SelectWrite = 1;
Determine the write status of the current Socket instance.
System.Net.Sockets.SelectMode Enum, System.Net.Sockets Namespace
value__;
System.Net.Sockets.SelectMode Enum, System.Net.Sockets Namespace