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