14 references to IPAddress
System (9)
net\System\Net\IPAddress.cs (4)
20public static readonly IPAddress Broadcast = new IPAddress(0x00000000FFFFFFFF); 304return new IPAddress(result); 711return new IPAddress(m_Address); 751return new IPAddress(address);
net\System\Net\IPEndPoint.cs (1)
64m_Address = new IPAddress(address);
net\System\Net\NetworkInformation\PingReply.cs (1)
43address = new IPAddress (reply.address);
net\System\Net\SocketAddress.cs (1)
202return new IPAddress(address);
net\System\Net\Sockets\_ReceiveMessageOverlappedAsyncResult.cs (1)
146address = new IPAddress((long)controlData.address);
net\System\Net\Sockets\Socket.cs (1)
9954address = new IPAddress((long)controlData.address);
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
250return new IPAddress ((long) ipV4);
WsatConfig (2)
Configuration\WsatServiceCertificate.cs (2)
52sockAddr = new WinsockSockAddr(new IPAddress(0), (short)this.port); 130sockAddr = new WinsockSockAddr(new IPAddress(0), (short)this.port);
WsatUI (2)
Configuration\WsatServiceCertificate.cs (2)
52sockAddr = new WinsockSockAddr(new IPAddress(0), (short)this.port); 130sockAddr = new WinsockSockAddr(new IPAddress(0), (short)this.port);