Base:
property
Address
System.Net.NetworkInformation.IPAddressInformation.Address
2 references to Address
System (2)
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;}}