8 references to Reset
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (2)
181
_requestBodyPipe.
Reset
();
196
_requestBodyPipe.
Reset
();
Internal\Http2\Http2OutputProducer.cs (1)
193
_pipe.
Reset
();
Internal\Http2\Http2Stream.cs (1)
85
RequestBodyPipe.
Reset
();
Internal\Http3\Http3OutputProducer.cs (1)
66
_pipe.
Reset
();
Internal\Http3\Http3Stream.cs (1)
150
RequestBodyPipe.
Reset
();
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
112
_inputPipe.
Reset
();
113
_outputPipe.
Reset
();