3 instantiations of Http3RawFrame
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3ControlStream.cs (1)
28
private readonly Http3RawFrame _incomingFrame = new
Http3RawFrame
();
Internal\Http3\Http3FrameWriter.cs (1)
68
_outgoingFrame = new
Http3RawFrame
();
Internal\Http3\Http3Stream.cs (1)
62
protected readonly Http3RawFrame _incomingFrame =
new
();
6 references to Http3RawFrame
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http3\Http3ControlStream.cs (1)
28
private readonly
Http3RawFrame
_incomingFrame = new Http3RawFrame();
Internal\Http3\Http3FrameReader.cs (1)
22
internal static bool TryReadFrame(ref ReadOnlySequence<byte> readableBuffer,
Http3RawFrame
frame, out ReadOnlySequence<byte> framePayload)
Internal\Http3\Http3FrameWriter.cs (1)
42
private readonly
Http3RawFrame
_outgoingFrame;
Internal\Http3\Http3Stream.cs (1)
62
protected readonly
Http3RawFrame
_incomingFrame = new();
Internal\Infrastructure\KestrelTrace.Http3.cs (2)
36
public void Http3FrameReceived(string connectionId, long streamId,
Http3RawFrame
frame)
44
public void Http3FrameSending(string connectionId, long streamId,
Http3RawFrame
frame)