1 implementation of IConnectionListenerFactorySelector
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
QuicTransportFactory.cs (1)
16
internal sealed class QuicTransportFactory : IMultiplexedConnectionListenerFactory,
IConnectionListenerFactorySelector
5 references to IConnectionListenerFactorySelector
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Infrastructure\TransportManager.cs (5)
44
var
selector = transportFactory as
IConnectionListenerFactorySelector
;
78
var
selector = multiplexedTransportFactory as
IConnectionListenerFactorySelector
;
90
private static bool CanBindFactory(EndPoint endPoint,
IConnectionListenerFactorySelector
? selector)