5 references to Http2Frame
IIS.ShadowCopy.Tests (5)
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (5)
13
/// Deserializes a binary buffer into an <see cref="
Http2Frame
"/>.
16
/// Populates an existing <see cref="
Http2Frame
"/> instance, rather than creating a new one.
39
public static bool TryReadFrame(ref ReadOnlySequence<byte> buffer,
Http2Frame
frame, uint maxFrameSize, out ReadOnlySequence<byte> framePayload)
78
private static int ReadExtendedFields(
Http2Frame
frame, in ReadOnlySequence<byte> readableBuffer)
200
public static int GetPayloadFieldsLength(
Http2Frame
frame)