5 references to InternalBind
System (5)
net\System\Net\ServicePoint.cs (1)
1297socket.InternalBind(localIPEndPoint);
net\System\Net\Sockets\Socket.cs (4)
6890InternalBind(new IPEndPoint(IPAddress.Any, 0)); 6892InternalBind(new IPEndPoint(IPAddress.IPv6Any, 0)); 7815InternalBind(new IPEndPoint(IPAddress.Any, 0)); 7817InternalBind(new IPEndPoint(IPAddress.IPv6Any, 0));