Implemented interface member:
method
StopProcessingNextRequest
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.IRequestProcessor.StopProcessingNextRequest(Microsoft.AspNetCore.Server.Kestrel.Core.ConnectionEndReason)
5 references to StopProcessingNextRequest
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1MessageBody.cs (2)
75_context.StopProcessingNextRequest(ConnectionEndReason.InvalidBodyReaderState); 110_context.StopProcessingNextRequest(ConnectionEndReason.InvalidBodyReaderState);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
Http1\Http1ConnectionTests.cs (3)
249_http1Connection.StopProcessingNextRequest(ConnectionEndReason.AppShutdownTimeout); 578_http1Connection.StopProcessingNextRequest(ConnectionEndReason.AppShutdownTimeout); 663_http1Connection.StopProcessingNextRequest(ConnectionEndReason.AppShutdownTimeout);