Name

SelectMode

Synopsis

This enumeration contains the settings for polling modes used by Socket.Poll().

Public Enum SelectMode
                  SelectRead = 0
                  SelectWrite = 1
                  SelectError = 2
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) SelectMode

Passed To

Socket.Poll()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.