2 instantiations of Http2Frame
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
100private readonly Http2Frame _incomingFrame = new Http2Frame();
Internal\Http2\Http2FrameWriter.cs (1)
109_outgoingFrame = new Http2Frame();
9 references to Http2Frame
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http2\Http2Connection.cs (1)
100private readonly Http2Frame _incomingFrame = new Http2Frame();
Internal\Http2\Http2FrameWriter.cs (2)
58private readonly Http2Frame _outgoingFrame; 897internal static void WriteHeader(Http2Frame frame, PipeWriter output)
Internal\Http2\Http2Stream.cs (1)
449public Task OnDataAsync(Http2Frame dataFrame, in ReadOnlySequence<byte> payload)
Internal\Infrastructure\KestrelTrace.Http2.cs (2)
37public void Http2FrameReceived(string connectionId, Http2Frame frame) 60public void Http2FrameSending(string connectionId, Http2Frame frame)
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (3)
33public static bool TryReadFrame(ref ReadOnlySequence<byte> buffer, Http2Frame frame, uint maxFrameSize, out ReadOnlySequence<byte> framePayload) 72private static int ReadExtendedFields(Http2Frame frame, in ReadOnlySequence<byte> readableBuffer) 194public static int GetPayloadFieldsLength(Http2Frame frame)