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