2 implementations of PopulateMultiplexedTransportFeatures
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (1)
103
public void
PopulateMultiplexedTransportFeatures
(FeatureCollection features, ListenOptions listenOptions)
KestrelServer.cs (1)
87
public 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);