2 implementations of PopulateMultiplexedTransportFeatures
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (1)
103public void PopulateMultiplexedTransportFeatures(FeatureCollection features, ListenOptions listenOptions)
KestrelServer.cs (1)
87public void PopulateMultiplexedTransportFeatures(FeatureCollection features, ListenOptions listenOptions)
1 reference to PopulateMultiplexedTransportFeatures
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
75_httpsConfigurationService.PopulateMultiplexedTransportFeatures(features, listenOptions);