1 write to _connectFeature
Microsoft.AspNetCore.WebSockets (1)
WebSocketMiddleware.cs (1)
103
_connectFeature
= connectFeature;
3 references to _connectFeature
Microsoft.AspNetCore.WebSockets (3)
WebSocketMiddleware.cs (3)
114
if (
_connectFeature
?.IsExtendedConnect == true)
116
_isH2WebSocket = CheckSupportedWebSocketRequestH2(_context.Request.Method,
_connectFeature
.Protocol, _context.Request.Headers);
202
opaqueTransport = await
_connectFeature
!.AcceptAsync();