C # in a Nutshell, Second Edition
This enumeration contains the settings for polling modes used by Socket.Poll( ) . public enum SelectMode { SelectRead = 0 , SelectWrite = 1 , SelectError = 2 } Hierarchy
System.Object Passed To
Socket.Poll( ) |
This enumeration contains the settings for polling modes used by Socket.Poll( ) . public enum SelectMode { SelectRead = 0 , SelectWrite = 1 , SelectError = 2 } Hierarchy
System.Object Passed To
Socket.Poll( ) |