3 overrides of Address
System (3)
net\System\Net\NetworkInformation\SystemIPAddressInformation.cs (1)
33public override IPAddress Address{get {return address;}}
net\System\Net\NetworkInformation\SystemMulticastIPAddressInformation.cs (1)
25public override IPAddress Address{get {return innerInfo.Address;}}
net\System\Net\NetworkInformation\SystemUnicastIPAddressInformation.cs (1)
46public override IPAddress Address{get {return innerInfo.Address;}}
4 references to Address
System (1)
net\System\Net\Internal.cs (1)
265local[i++] = info.Address;
System.ServiceModel (3)
System\ServiceModel\Channels\PeerIPHelper.cs (3)
194temporaryAddresses.Add(unicastAddress.Address); 196addresses.Add(unicastAddress.Address); 391if (address.Equals(unicastAddress.Address))