1 write to _manager
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
58
_manager
= manager;
12 references to _manager
Microsoft.AspNetCore.Http.Connections (12)
Internal\HttpConnectionDispatcher.cs (12)
76
_manager
.TryGetConnection(connectionToken.ToString(), out connectionContext);
160
if (!
_manager
.TryGetConnection(connectionToken.ToString(), out var connection))
503
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
509
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
524
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
534
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: true, HttpConnectionStopStatus.NormalClosure);
557
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: true, HttpConnectionStopStatus.NormalClosure);
805
connection.DisposeAndRemoveTask =
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
970
connection.DisposeAndRemoveTask =
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
1165
if (!
_manager
.TryGetConnection(connectionToken.ToString(), out var connection))
1189
else if (!
_manager
.TryGetConnection(connectionToken.ToString(), out connection))
1202
return
_manager
.CreateConnection(options, clientProtocolVersion, useStatefulReconnect);