March 2002
Intermediate to advanced
864 pages
31h 8m
English
SelectMode
This enumeration contains the settings for polling modes
used by Socket.Poll().
public enum SelectMode { SelectRead = 0, SelectWrite = 1, SelectError = 2 }
System.Object→System.ValueType→System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→SelectMode
Socket.Poll()