Search Results for

    Show / Hide Table of Contents

    Class IPGlobalProperties

    Provides information about the network connectivity of the local computer.

    Inheritance
    object
    IPGlobalProperties
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: System.Net.NetworkInformation
    Assembly: System.Net.dll
    Syntax
    public static class IPGlobalProperties

    Methods

    GetIPAddress()

    Gets the IP address of the network interface.

    Declaration
    public static IPAddress GetIPAddress()
    Returns
    Type Description
    IPAddress

    An IPAddress if a valid IP address is available; otherwise, an Any.

    Remarks

    This method is exclusive of .NET nanoFramework.

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