12 writes to Length
Microsoft.AspNetCore.Server.Kestrel.Core (12)
Internal\Http3\Frames\Http3RawFrame.Data.cs (1)
10
Length
= 0;
Internal\Http3\Frames\Http3RawFrame.GoAway.cs (1)
10
Length
= 0;
Internal\Http3\Frames\Http3RawFrame.Headers.cs (1)
10
Length
= 0;
Internal\Http3\Frames\Http3RawFrame.Settings.cs (1)
10
Length
= 0;
Internal\Http3\Http3FrameReader.cs (1)
49
frame.
Length
= length;
Internal\Http3\Http3FrameWriter.cs (7)
124
_outgoingFrame.
Length
= totalLength;
189
_outgoingFrame.
Length
= (int)dataLength;
212
_outgoingFrame.
Length
= dataPayloadLength;
226
_outgoingFrame.
Length
= (int)dataLength;
243
_outgoingFrame.
Length
= length;
272
_outgoingFrame.
Length
= ContinueBytes.Length;
397
_outgoingFrame.
Length
= _headerEncodingBuffer.WrittenCount;
5 references to Length
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\Frames\Http3RawFrame.cs (1)
20
return $"{FormattedType} Length: {
Length
}";
Internal\Http3\Http3FrameWriter.cs (2)
256
var headerLength = WriteHeader(_outgoingFrame.Type, _outgoingFrame.
Length
, _outputWriter);
259
_unflushedBytes += headerLength + _outgoingFrame.
Length
;
Internal\Infrastructure\KestrelTrace.Http3.cs (2)
40
Http3Log.Http3FrameReceived(_http3Logger, connectionId, Http3Formatting.ToFormattedType(frame.Type), streamId, frame.
Length
);
48
Http3Log.Http3FrameSending(_http3Logger, connectionId, Http3Formatting.ToFormattedType(frame.Type), streamId, frame.
Length
);