System.Net.Sockets.SelectMode Enumeration
Assembly:
System.dll
Namespace:
System.Net.Sockets
Summary
Defines the polling modes for the
Socket.Poll
method.
C# Syntax:
[Serializable]
public enum SelectMode
Remarks
The
SelectMode
enumeration defines the polling modes that can be passed to the
Socket.Poll
method.
See also:
System.Net.Sockets Namespace
|
Socket.Poll
System.Net.Sockets.SelectMode Member List:
Public Fields
SelectError
Error status mode.
SelectRead
Read status mode.
SelectWrite
Hierarchy:
System.Object
System.ValueType
System.Enum
System.Net.Sockets.SelectMode
Top of page
Copyright (c) 2002 Microsoft Corporation. All rights reserved.