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