1 write to _httpContext
Microsoft.AspNetCore.Hosting (1)
Internal\HostingRequestUnhandledLog.cs (1)
35_httpContext = httpContext;
14 references to _httpContext
Microsoft.AspNetCore.Hosting (14)
Internal\HostingRequestUnhandledLog.cs (14)
230 => new KeyValuePair<string, object?>(nameof(_httpContext.Request.Method), _httpContext.Request.Method), 241 => new KeyValuePair<string, object?>(nameof(_httpContext.Request.Scheme), _httpContext.Request.Scheme), 252 => new KeyValuePair<string, object?>(nameof(_httpContext.Request.Host), _httpContext.Request.Host), 263 => new KeyValuePair<string, object?>(nameof(_httpContext.Request.PathBase), _httpContext.Request.PathBase), 274 => new KeyValuePair<string, object?>(nameof(_httpContext.Request.Path), _httpContext.Request.Path), 285 => new KeyValuePair<string, object?>(nameof(_httpContext.Response.StatusCode), _httpContext.Response.StatusCode), 42var request = _httpContext.Request; 43var response = _httpContext.Response;