Ejemplo n.º 1
0
 public bool Contains(NetworkAddress other)
 {
     return(_value.Contains(other._value));
 }
 public NetworkAddressNodePortPair(NetworkAddress networkAddress, int nodePortNumber)
 {
     NodePortNumber = nodePortNumber;
     NetworkAddress = networkAddress;
 }