2 references to KeepAlive
System.Net.HttpListener (2)
System\Net\Managed\HttpConnection.cs (1)
515force |= !_context.Request.KeepAlive;
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
227conn_close = !_httpContext!.Request.KeepAlive;