1 write to _manager
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
55
_manager
= manager;
10 references to _manager
Microsoft.AspNetCore.Http.Connections (10)
Internal\HttpConnectionDispatcher.cs (10)
73
_manager
.TryGetConnection(connectionToken.ToString(), out connectionContext);
279
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
285
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
300
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
310
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: true, HttpConnectionStopStatus.NormalClosure);
333
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: true, HttpConnectionStopStatus.NormalClosure);
564
connection.DisposeAndRemoveTask =
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
787
if (!
_manager
.TryGetConnection(connectionToken.ToString(), out var connection))
811
else if (!
_manager
.TryGetConnection(connectionToken.ToString(), out connection))
824
return
_manager
.CreateConnection(options, clientProtocolVersion, useStatefulReconnect);