net\System\Net\Sockets\TCPClient.cs (3)
403return Task.Factory.FromAsync(BeginConnect, EndConnect, address, port, null);
409return Task.Factory.FromAsync(BeginConnect, EndConnect, host, port, null);
415return Task.Factory.FromAsync(BeginConnect, EndConnect, addresses, port, null);