System.Net.NetworkInformation.IPGlobalProperties.InternalGetIPGlobalProperties C# (CSharp) Method

InternalGetIPGlobalProperties() static private method

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