2 writes to _maxResponseContentBufferSize
System.Net.Http (2)
System\Net\Http\HttpClient.cs (2)
130
_maxResponseContentBufferSize
= (int)value;
149
_maxResponseContentBufferSize
= HttpContent.MaxBufferSize;
5 references to _maxResponseContentBufferSize
System.Net.Http (5)
System\Net\Http\HttpClient.cs (5)
117
get =>
_maxResponseContentBufferSize
;
203
_maxResponseContentBufferSize
,
279
_maxResponseContentBufferSize
,
480
response.Content.LoadIntoBuffer(
_maxResponseContentBufferSize
, cts.Token);
535
await response.Content.LoadIntoBufferAsync(
_maxResponseContentBufferSize
, cts.Token).ConfigureAwait(false);