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

IPAddress() private method

private IPAddress ( int newAddress ) : System.Diagnostics
newAddress int
return System.Diagnostics
        internal IPAddress(int newAddress)
        {
            PrivateAddress = (uint)newAddress;
        }

Same methods

IPAddress::IPAddress ( byte address ) : System.Diagnostics
IPAddress::IPAddress ( byte address, long scopeid ) : System.Diagnostics
IPAddress::IPAddress ( long newAddress ) : System.Diagnostics
IPAddress::IPAddress ( ushort numbers, uint scopeid ) : System.Diagnostics