3 implementations of WriteStreamSuffixAsync
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (1)
116public ValueTask<FlushResult> WriteStreamSuffixAsync()
Internal\Http2\Http2OutputProducer.cs (1)
420public ValueTask<FlushResult> WriteStreamSuffixAsync()
Internal\Http3\Http3OutputProducer.cs (1)
395public ValueTask<FlushResult> WriteStreamSuffixAsync()
1 reference to WriteStreamSuffixAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
1076var writeTask = Output.WriteStreamSuffixAsync();