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