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