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)
109
get =>
_keepAlive
;
System\Net\Managed\HttpListenerResponse.Managed.cs (3)
158
_keepAlive = templateResponse.
_keepAlive
;
231
if (!
_keepAlive
|| conn_close)
255
if (
_keepAlive
)