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