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)
23
private readonly
TransportManager
_transportManager;