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