5 references to NonKeepAliveRequestPipelined
System (5)
net\System\Net\_Connection.cs (1)
633
if (!forcedsubmit &&
NonKeepAliveRequestPipelined
)
net\System\Net\_ConnectionGroup.cs (4)
321
if (!currentConnection.
NonKeepAliveRequestPipelined
&& currentConnection.BusyCount < minBusyCount && currentConnection.LockedRequest == null) {
493
useThisConnection = (!currentConnection.
NonKeepAliveRequestPipelined
&& minBusyCount > currentConnection.BusyCount);
495
useThisConnection = (!currentConnection.
NonKeepAliveRequestPipelined
|| minBusyCount > currentConnection.BusyCount);
504
foundLiveConnection = !currentConnection.
NonKeepAliveRequestPipelined
;