5 references to Socket
System.Net.Requests (5)
System\Net\FtpControlStream.cs (4)
699_dataSocket = CreateFtpDataSocket(Socket); 706IPEndPoint localEndPoint = new IPEndPoint(((IPEndPoint)Socket.LocalEndPoint!).Address, 0); 1102IPEndPoint epListener = new IPEndPoint(((IPEndPoint)Socket.LocalEndPoint!).Address, 0); 1105_dataSocket = CreateFtpDataSocket(Socket);
System\Net\NetworkStreamWrapper.cs (1)
35return ((IPEndPoint)Socket.RemoteEndPoint!).Address;