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