1 write to TransportConnectionManager
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
175
TransportConnectionManager
= transportConnectionManager;
2 references to TransportConnectionManager
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\TransportManager.cs (2)
138
if (!await transport.
TransportConnectionManager
.CloseAllConnectionsAsync(cancellationToken).ConfigureAwait(false))
142
if (!await transport.
TransportConnectionManager
.AbortAllConnectionsAsync().ConfigureAwait(false))