1 implementation of IsExtendedConnect
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
152bool IHttpExtendedConnectFeature.IsExtendedConnect => IsExtendedConnectRequest;
1 reference to IsExtendedConnect
Microsoft.AspNetCore.WebSockets (1)
WebSocketMiddleware.cs (1)
114if (_connectFeature?.IsExtendedConnect == true)