public SubnetIpAddress(byte[] address, long scopeid) : base(address, scopeid) { init(SubnetMask.GetDefaultValue(this.AddressFamily)); }
public SubnetIpAddress(long newAddress) : base(newAddress) { init(SubnetMask.GetDefaultValue(this.AddressFamily)); }