3 writes to _socket
System.Net.HttpListener (3)
System\Net\Managed\HttpConnection.cs (3)
76_socket = sock; 503_socket = null; 534_socket = null;
9 references to _socket
System.Net.HttpListener (9)
System\Net\Managed\HttpConnection.cs (9)
151get { return (_socket == null); } 166_localEndPoint = (IPEndPoint?)_socket!.LocalEndPoint; 173get { return (IPEndPoint?)_socket!.RemoteEndPoint; } 279if (_socket != null) 493if (_socket == null) 498_socket.Close(); 511if (_socket != null) 518if (_socket != null) 533Socket s = _socket;