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