Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​Net.​Sockets.​SelectMode

Assembly: System.Net.Sockets

Defines the polling modes for the <see cref="M:System.Net.Sockets.Socket.Poll(System.Int32,System.Net.Sockets.SelectMode)" /> method.

Values

SelectRead
Read status mode.
SelectWrite
Write status mode.
SelectError
Error status mode.