6 references to EncodeVarInt
Interop.FunctionalTests (6)
Http3\Http3RequestTests.cs (6)
2397await clientControlStream.WriteAsync(EncodeVarInt(0x0)); // ControlStream type 2398await clientControlStream.WriteAsync(EncodeVarInt(0x4)); // Settings frame 2399await clientControlStream.WriteAsync(EncodeVarInt(0)); 2458await clientControlStream.WriteAsync(EncodeVarInt(0x0)); // ControlStream type 2459await clientControlStream.WriteAsync(EncodeVarInt(0x4)); // Settings frame 2460await clientControlStream.WriteAsync(EncodeVarInt(0));