3 references to IHttpConnectionFeatureType
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
120
if (key ==
IHttpConnectionFeatureType
)
247
if (key ==
IHttpConnectionFeatureType
)
385
yield return new KeyValuePair<Type, object>(
IHttpConnectionFeatureType
, _currentIHttpConnectionFeature);