1 write to _manager
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
64
_manager
= manager;
12 references to _manager
Microsoft.AspNetCore.Http.Connections (12)
Internal\HttpConnectionDispatcher.cs (12)
82
_manager
.TryGetConnection(connectionToken.ToString(), out connectionContext);
166
if (!
_manager
.TryGetConnection(connectionToken.ToString(), out var connection))
509
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
515
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
530
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
540
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: true, HttpConnectionStopStatus.NormalClosure);
563
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: true, HttpConnectionStopStatus.NormalClosure);
821
connection.DisposeAndRemoveTask =
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
989
connection.DisposeAndRemoveTask =
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
1227
if (!
_manager
.TryGetConnection(connectionToken.ToString(), out var connection))
1251
else if (!
_manager
.TryGetConnection(connectionToken.ToString(), out connection))
1264
return
_manager
.CreateConnection(options, clientProtocolVersion, useStatefulReconnect);