1 instantiation of TransportManager
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
72_transportManager = new TransportManager(_transportFactories, _multiplexedTransportFactories, _httpsConfigurationService, ServiceContext);
2 references to TransportManager
Microsoft.AspNetCore.Server.Kestrel.Core (2)
IHttpsConfigurationService.cs (1)
72/// For use during endpoint binding (esp in <see cref="Internal.Infrastructure.TransportManager"/>).
Internal\KestrelServerImpl.cs (1)
23private readonly TransportManager _transportManager;