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