Search Results for

    Show / Hide Table of Contents

    Enum AddressMode

    Start up network IP address assigning modes

    Namespace: System.Net.NetworkInformation
    Assembly: System.Net.dll
    Syntax
    public enum AddressMode : byte
    Remarks

    This Enum is exclusive of nanoFramework and it does not exist on the UWP API.

    Fields

    Name Description
    AutoIP

    Auto IP.

    DHCP

    IP address from DHCP.

    Invalid

    Invalid state.

    Static

    Static IP address.

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