2 implementations of ProduceContinueAsync
InMemory.FunctionalTests (1)
Http3\WebTransport\WebTransportTestUtilities.cs (1)
142public ValueTask<FlushResult> ProduceContinueAsync()
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
941public ValueTask<FlushResult> ProduceContinueAsync()
1 reference to ProduceContinueAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\MessageBody.cs (1)
113return _context.HttpResponseControl.ProduceContinueAsync();