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