4 references to Socket
System (4)
net\System\Net\_FtpControlStream.cs (4)
698m_DataSocket = CreateFtpDataSocket((FtpWebRequest)m_Request, Socket); 703IPEndPoint localEndPoint = new IPEndPoint(((IPEndPoint)Socket.LocalEndPoint).Address, 0); 1097IPEndPoint epListener = new IPEndPoint(((IPEndPoint)Socket.LocalEndPoint).Address, 0); 1099m_DataSocket = CreateFtpDataSocket(request, Socket);