12 references to WriteHeader
InMemory.FunctionalTests (9)
Http3\Http3StreamTests.cs (7)
3048Http3FrameWriter.WriteHeader(Http3FrameType.Settings, len, outboundcontrolStream.Pair.Application.Output); 3143Http3FrameWriter.WriteHeader(Http3FrameType.Headers, frameLength: 38, bufferPipe.Writer); 3161Http3FrameWriter.WriteHeader(Http3FrameType.Data, frameLength: 12, bufferPipe.Writer); 3192Http3FrameWriter.WriteHeader(Http3FrameType.Headers, frameLength: 22, bufferPipe.Writer); 3236Http3FrameWriter.WriteHeader(Http3FrameType.Settings, len, bufferPipe.Writer); 3260Http3FrameWriter.WriteHeader(Http3FrameType.CancelPush, frameLength: 2, bufferPipe.Writer); 3269Http3FrameWriter.WriteHeader(Http3FrameType.GoAway, frameLength: 4, bufferPipe.Writer);
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (2)
606Http3FrameWriter.WriteHeader(frameType, data.Length, outputWriter); 727Http3FrameWriter.WriteHeader(Http3FrameType.Data, frameLength: 10, outputWriter);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3FrameWriter.cs (1)
256var headerLength = WriteHeader(_outgoingFrame.Type, _outgoingFrame.RemainingLength, _outputWriter);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (2)
606Http3FrameWriter.WriteHeader(frameType, data.Length, outputWriter); 727Http3FrameWriter.WriteHeader(Http3FrameType.Data, frameLength: 10, outputWriter);