System.Net.IPAddress.IPAddress C# (CSharp) Method

IPAddress() private method

private IPAddress ( ushort numbers, uint scopeid ) : System.Diagnostics
numbers ushort
scopeid uint
return System.Diagnostics
        private IPAddress(ushort[] numbers, uint scopeid)
        {
            Debug.Assert(numbers != null);

            _numbers = numbers;
            PrivateScopeId = scopeid;
        }

Same methods

IPAddress::IPAddress ( byte address ) : System.Diagnostics
IPAddress::IPAddress ( byte address, long scopeid ) : System.Diagnostics
IPAddress::IPAddress ( int newAddress ) : System.Diagnostics
IPAddress::IPAddress ( long newAddress ) : System.Diagnostics