3 writes to _keepAlive
System.Net.HttpListener (3)
System\Net\HttpListenerResponse.cs (1)
113_keepAlive = value;
System\Net\Managed\HttpListenerResponse.Managed.cs (2)
158_keepAlive = templateResponse._keepAlive; 180_keepAlive = false;
4 references to _keepAlive
System.Net.HttpListener (4)
System\Net\HttpListenerResponse.cs (1)
109get => _keepAlive;
System\Net\Managed\HttpListenerResponse.Managed.cs (3)
158_keepAlive = templateResponse._keepAlive; 231if (!_keepAlive || conn_close) 255if (_keepAlive)