1 write to _outgoingFrame
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3FrameWriter.cs (1)
68_outgoingFrame = new Http3RawFrame();
18 references to _outgoingFrame
Microsoft.AspNetCore.Server.Kestrel.Core (18)
Internal\Http3\Http3FrameWriter.cs (18)
96_outgoingFrame.PrepareSettings(); 112buffer[0] = (byte)_outgoingFrame.Type; 124_outgoingFrame.RemainingLength = totalLength; 181_outgoingFrame.PrepareData(); 189_outgoingFrame.RemainingLength = (int)dataLength; 212_outgoingFrame.RemainingLength = dataPayloadLength; 226_outgoingFrame.RemainingLength = (int)dataLength; 239_outgoingFrame.PrepareGoAway(); 243_outgoingFrame.RemainingLength = length; 255_log.Http3FrameSending(_connectionId, _streamIdFeature.StreamId, _outgoingFrame); 256var headerLength = WriteHeader(_outgoingFrame.Type, _outgoingFrame.RemainingLength, _outputWriter); 259_unflushedBytes += headerLength + _outgoingFrame.RemainingLength; 271_outgoingFrame.PrepareHeaders(); 272_outgoingFrame.RemainingLength = ContinueBytes.Length; 311_outgoingFrame.PrepareHeaders(); 366_outgoingFrame.PrepareHeaders(); 397_outgoingFrame.RemainingLength = _headerEncodingBuffer.WrittenCount;