5 references to IPAddress
System (5)
net\System\Net\DNS.cs (1)
114TempList.Add(new IPAddress(IPAddressToAdd));
net\System\Net\IPAddress.cs (2)
18public static readonly IPAddress Any = new IPAddress(0x0000000000000000); 19public static readonly IPAddress Loopback = new IPAddress(0x000000000100007F);
net\System\Net\Sockets\Socket.cs (2)
6711IPAddress multicastAddr = new IPAddress(ipmr.MulticastAddress); 6712IPAddress multicastIntr = new IPAddress(ipmr.InterfaceAddress);