NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SelectMode Enumeration

Specifies the mode for polling the status of a socket.

[Visual Basic]
Public Enum SelectMode
[C#]
public enum SelectMode
[C++]
public enum SelectMode

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
SelectError Poll the error status of a socket.
SelectRead Poll the read status of a socket.
SelectWrite Poll the write status of a socket.

Requirements

Namespace: System.Net.Sockets

Assembly: System.net.dll

See Also

System.Net.Sockets Namespace