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