2 writes to NetSocket
System.Runtime.Remoting (2)
channels\core\socketmanager.cs (2)
67NetSocket = socket; 162NetSocket = null;
9 references to NetSocket
System.Runtime.Remoting (9)
channels\core\socketmanager.cs (7)
103if (NetSocket == null || NetSocket.RemoteEndPoint == null) return true; 105IPAddress remoteAddr = ((IPEndPoint)NetSocket.RemoteEndPoint).Address; 112if (NetSocket == null) return true; 114IPAddress remoteAddr = ((IPEndPoint)NetSocket.RemoteEndPoint).Address; 159if (NetSocket != null) 161NetSocket.Close();
channels\http\httpstreams.cs (1)
646headers[CommonTransportKeys.IPAddress] = ((IPEndPoint)NetSocket.RemoteEndPoint).Address;
channels\tcp\tcpstreams.cs (1)
321headers.IPAddress = ((IPEndPoint)NetSocket.RemoteEndPoint).Address;