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