2 references to MultiProxy
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\MultiProxy.cs (2)
41
public static MultiProxy Empty => new
MultiProxy
(null, Array.Empty<Uri>());
69
return new
MultiProxy
(failedProxyCache, uris);