net\System\Net\Sockets\Socket.cs (10)
1058IPEndPoint remoteEP = new IPEndPoint(address, port);
1109Connect(new IPEndPoint(address,port) );
3138IAsyncResult result = BeginConnect(new IPEndPoint(address,port),requestCallback,state);
5886return new IPEndPoint(input.Address.MapToIPv6(), input.Port);
6890InternalBind(new IPEndPoint(IPAddress.Any, 0));
6892InternalBind(new IPEndPoint(IPAddress.IPv6Any, 0));
7084return new IPEndPoint(addresses[index], port);
7103EndPoint endPoint = new IPEndPoint(currentAddressSnapshot, context.port);
7815InternalBind(new IPEndPoint(IPAddress.Any, 0));
7817InternalBind(new IPEndPoint(IPAddress.IPv6Any, 0));