1 write to _httpContext
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
48
_httpContext
= context;
7 references to _httpContext
System.Net.HttpListener (7)
System\Net\HttpListenerResponse.cs (1)
53
private HttpListenerContext HttpListenerContext =>
_httpContext
!;
System\Net\Managed\HttpListenerResponse.Managed.cs (6)
55
_responseStream ??=
_httpContext
!.Connection.GetResponseStream();
109
_httpContext
!.Connection.Close(force);
187
if (CanSendResponseBody(
_httpContext
!.Response.StatusCode))
202
_contentLength = CanSendResponseBody(
_httpContext
!.Response.StatusCode) ? -1 : 0;
227
conn_close = !
_httpContext
!.Request.KeepAlive;
242
int reuses =
_httpContext
!.Connection.Reuses;