2 writes to _maxResponseContentBufferSize
System.Net.Http (2)
System\Net\Http\HttpClient.cs (2)
135
_maxResponseContentBufferSize
= (int)value;
154
_maxResponseContentBufferSize
= HttpContent.MaxBufferSize;
5 references to _maxResponseContentBufferSize
System.Net.Http (5)
System\Net\Http\HttpClient.cs (5)
122
get =>
_maxResponseContentBufferSize
;
209
_maxResponseContentBufferSize
,
287
_maxResponseContentBufferSize
,
501
response.Content.LoadIntoBuffer(
_maxResponseContentBufferSize
, cts.Token);
556
await response.Content.LoadIntoBufferAsync(
_maxResponseContentBufferSize
, cts.Token).ConfigureAwait(false);