3 references to IPEndPoint
System (3)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (1)
286udpListeners.Add(new IPEndPoint(udpRow.localAddr, (int)localPort));
net\System\Net\NetworkInformation\SystemTcpConnection.cs (2)
33localEndPoint = new IPEndPoint(row.localAddr,(int)localPort); 34remoteEndPoint= new IPEndPoint(row.remoteAddr,(int)remotePort);