3 implementations of Reset
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (1)
538public void Reset()
Internal\Http2\Http2OutputProducer.cs (1)
596public void Reset()
Internal\Http3\Http3OutputProducer.cs (1)
287public void Reset()
1 reference to Reset
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
427Output?.Reset();