2 instantiations of ConnectionLogScope
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionDispatcher.cs (2)
77
var logScope = new
ConnectionLogScope
(connectionContext?.ConnectionId);
106
var logScope = new
ConnectionLogScope
(connectionId: string.Empty);
5 references to ConnectionLogScope
Microsoft.AspNetCore.Http.Connections (5)
Internal\HttpConnectionDispatcher.cs (5)
77
var
logScope = new ConnectionLogScope(connectionContext?.ConnectionId);
106
var
logScope = new ConnectionLogScope(connectionId: string.Empty);
122
private async Task ExecuteAsync(HttpContext context, ConnectionDelegate connectionDelegate, HttpConnectionDispatcherOptions options,
ConnectionLogScope
logScope)
337
private async Task ProcessNegotiate(HttpContext context, HttpConnectionDispatcherOptions options,
ConnectionLogScope
logScope)
571
private async Task<bool> EnsureConnectionStateAsync(HttpConnectionContext connection, HttpContext context, HttpTransportType transportType, HttpTransportType supportedTransports,
ConnectionLogScope
logScope)