3 references to LimitMemoryStream
System.Net.Http (3)
System\Net\Http\HttpClient.cs (1)
284
new HttpContent.
LimitMemoryStream
(_maxResponseContentBufferSize, (int)contentLength.GetValueOrDefault()) :
System\Net\Http\HttpContent.cs (2)
670
return new
LimitMemoryStream
((int)maxBufferSize, (int)contentLength);
674
return new
LimitMemoryStream
((int)maxBufferSize, 0);