Base:
1 override of FlushAsync
Microsoft.AspNetCore.HttpLogging (1)
ResponseBufferingStream.cs (1)
174public override async Task FlushAsync(CancellationToken cancellationToken)
1 reference to FlushAsync
Microsoft.AspNetCore.HttpLogging (1)
ResponseBufferingStream.cs (1)
177await base.FlushAsync(cancellationToken);