2 references to ReadNext
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (2)
398if (multiProxy.ReadNext(out proxyUri, out bool isFinalProxy) && !isFinalProxy) 448while (multiProxy.ReadNext(out firstProxy, out _));