1 write to _responseReadLimit
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpResponseBodyReader.cs (1)
38
_responseReadLimit
= responseOptions.BodySizeLimit;
1 reference to _responseReadLimit
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpResponseBodyReader.cs (1)
60
return ReadFromStreamWithTimeoutAsync(response, ResponseReadTimeout,
_responseReadLimit
, cancellationToken).Preserve();