8 references to StopAcceptingWritesAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\BodyControl.cs (1)
93return _responseWriter.StopAcceptingWritesAsync();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (7)
HttpResponsePipeWriterTests.cs (6)
18pipeWriter.StopAcceptingWritesAsync(); 28pipeWriter.StopAcceptingWritesAsync(); 38pipeWriter.StopAcceptingWritesAsync(); 48pipeWriter.StopAcceptingWritesAsync(); 58pipeWriter.StopAcceptingWritesAsync(); 68pipeWriter.StopAcceptingWritesAsync();
HttpResponseStreamTests.cs (1)
102await pipeWriter.StopAcceptingWritesAsync();