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