3 references to IHttpWebSocketFeatureType
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
156
if (key ==
IHttpWebSocketFeatureType
)
292
if (key ==
IHttpWebSocketFeatureType
)
421
yield return new KeyValuePair<Type, object>(
IHttpWebSocketFeatureType
, _currentIHttpWebSocketFeature);