3 implementations of Write100ContinueAsync
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (1)
489public ValueTask<FlushResult> Write100ContinueAsync()
Internal\Http2\Http2OutputProducer.cs (1)
346public ValueTask<FlushResult> Write100ContinueAsync()
Internal\Http3\Http3OutputProducer.cs (1)
308public ValueTask<FlushResult> Write100ContinueAsync()
1 reference to Write100ContinueAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
946return Output.Write100ContinueAsync();