Base:
method
WriteAsync
Microsoft.AspNetCore.HttpLogging.BufferingStream.WriteAsync(System.ReadOnlyMemory<System.Byte>, System.Threading.CancellationToken)
1 reference to WriteAsync
Microsoft.AspNetCore.HttpLogging (1)
ResponseBufferingStream.cs (1)
71await WriteAsync(new Memory<byte>(buffer, offset, count), cancellationToken);