1 instantiation of Http3HeadersEnumerator
Microsoft.AspNetCore.Server.Kestrel.Core (1)
5 references to Http3HeadersEnumerator
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\QPackHeaderWriter.cs (4)
12public static bool BeginEncodeHeaders(Http3HeadersEnumerator enumerator, Span<byte> buffer, ref int totalHeaderSize, out int length)
27public static bool BeginEncodeHeaders(int statusCode, Http3HeadersEnumerator headersEnumerator, Span<byte> buffer, ref int totalHeaderSize, out int length)
50public static bool Encode(Http3HeadersEnumerator headersEnumerator, Span<byte> buffer, ref int totalHeaderSize, out int length)
55private static bool Encode(Http3HeadersEnumerator headersEnumerator, Span<byte> buffer, bool throwIfNoneEncoded, ref int totalHeaderSize, out int length)