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