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.Length = totalLength; 181_outgoingFrame.PrepareData(); 189_outgoingFrame.Length = (int)dataLength; 212_outgoingFrame.Length = dataPayloadLength; 226_outgoingFrame.Length = (int)dataLength; 239_outgoingFrame.PrepareGoAway(); 243_outgoingFrame.Length = length; 255_log.Http3FrameSending(_connectionId, _streamIdFeature.StreamId, _outgoingFrame); 256var headerLength = WriteHeader(_outgoingFrame.Type, _outgoingFrame.Length, _outputWriter); 259_unflushedBytes += headerLength + _outgoingFrame.Length; 271_outgoingFrame.PrepareHeaders(); 272_outgoingFrame.Length = ContinueBytes.Length; 311_outgoingFrame.PrepareHeaders(); 366_outgoingFrame.PrepareHeaders(); 397_outgoingFrame.Length = _headerEncodingBuffer.WrittenCount;