6 references to EncodeVarInt
Interop.FunctionalTests (6)
Http3\Http3RequestTests.cs (6)
2395await clientControlStream.WriteAsync(EncodeVarInt(0x0)); // ControlStream type 2396await clientControlStream.WriteAsync(EncodeVarInt(0x4)); // Settings frame 2397await clientControlStream.WriteAsync(EncodeVarInt(0)); 2456await clientControlStream.WriteAsync(EncodeVarInt(0x0)); // ControlStream type 2457await clientControlStream.WriteAsync(EncodeVarInt(0x4)); // Settings frame 2458await clientControlStream.WriteAsync(EncodeVarInt(0));