7 references to Connect
System (5)
net\System\Net\_FtpControlStream.cs (1)
723m_DataSocket.Connect(passiveEndPoint);
net\System\Net\Sockets\Socket.cs (2)
1059Connect(remoteEP); 1109Connect(new IPEndPoint(address,port) );
net\System\Net\Sockets\TCPClient.cs (1)
346Client.Connect(remoteEP);
net\System\Net\Sockets\UDPClient.cs (1)
477Client.Connect(endPoint);
System.Runtime.Remoting (1)
channels\core\socketcache.cs (1)
150socket.Connect(ipEndPoint);
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1722socket.Connect(new IPEndPoint(addresses[i], port));