System.Net.NetworkInformation.IPGlobalProperties.InternalGetIPGlobalProperties C# (CSharp) Méthode

InternalGetIPGlobalProperties() static private méthode

static private InternalGetIPGlobalProperties ( ) : IPGlobalProperties
Résultat IPGlobalProperties
        internal static IPGlobalProperties InternalGetIPGlobalProperties()
        {
            return new SystemIPGlobalProperties();
        }