Search Results for

    Show / Hide Table of Contents

    Enum SelectMode

    Specifies the mode for polling the status of a socket.

    Namespace: System.Net.Sockets
    Assembly: System.Net.dll
    Syntax
    public enum SelectMode

    Fields

    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.

    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX