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)
114if (_connectFeature?.IsExtendedConnect == true) 116_isH2WebSocket = CheckSupportedWebSocketRequestH2(_context.Request.Method, _connectFeature.Protocol, _context.Request.Headers); 200opaqueTransport = await _connectFeature!.AcceptAsync();