3 references to UseHttpPipeliningAndBufferPooling
System (3)
net\System\Net\_Connection.cs (2)
484
if (ServicePointManager.
UseHttpPipeliningAndBufferPooling
)
2153
if (ServicePointManager.
UseHttpPipeliningAndBufferPooling
)
net\System\Net\HttpWebRequest.cs (1)
3069
if (ServicePointManager.
UseHttpPipeliningAndBufferPooling
&& bufferSize <= CachedWriteBufferSize)