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