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))
429
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
435
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
450
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
460
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: true, HttpConnectionStopStatus.NormalClosure);
483
await
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: true, HttpConnectionStopStatus.NormalClosure);
741
connection.DisposeAndRemoveTask =
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
830
connection.DisposeAndRemoveTask =
_manager
.DisposeAndRemoveAsync(connection, closeGracefully: false, HttpConnectionStopStatus.NormalClosure);
1109
if (!
_manager
.TryGetConnection(connectionToken.ToString(), out var connection))
1133
else if (!
_manager
.TryGetConnection(connectionToken.ToString(), out connection))
1146
return
_manager
.CreateConnection(options, clientProtocolVersion, useStatefulReconnect);