1 write to _manager
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
56
_manager
= manager;
10 references to _manager
Microsoft.AspNetCore.Http.Connections (10)
Internal\HttpConnectionDispatcher.cs (10)
74
_manager
.TryGetConnection(connectionToken.ToString(), out connectionContext);
280
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
286
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
301
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
311
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: true, HttpConnectionStopStatus.NormalClosure);
334
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: true, HttpConnectionStopStatus.NormalClosure);
565
connection.DisposeAndRemoveTask =
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
792
if (!
_manager
.TryGetConnection(connectionToken.ToString(), out var connection))
816
else if (!
_manager
.TryGetConnection(connectionToken.ToString(), out connection))
829
return
_manager
.CreateConnection(options, clientProtocolVersion, useStatefulReconnect);