3 references to MultiplexedConnectionFeatures
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
188return feature ?? MultiplexedConnectionFeatures?[key]; 318if (feature == null && MultiplexedConnectionFeatures != null) 320feature = MultiplexedConnectionFeatures.Get<TFeature>();