1 write to innerInfo
System (1)
net\System\Net\NetworkInformation\SystemUnicastIPAddressInformation.cs (1)
29this.innerInfo = new SystemIPAddressInformation(ipAddress, adapterAddress.flags);
3 references to innerInfo
System (3)
net\System\Net\NetworkInformation\SystemUnicastIPAddressInformation.cs (3)
46public override IPAddress Address{get {return innerInfo.Address;}} 71return (innerInfo.IsTransient); 79return (innerInfo.IsDnsEligible);