Hello
I am just getting started with proxies. My proxies require authentication, how do I set that up>. I entered the proxies as 12.12.12.12:80:UserName:Password however I am sure that is not the proper format.. can you please help me.
Thank you
Easy: webProxy.Credentials = new NetworkCredential("username", "password");
https://msdn.microsoft.com/en-us/library/system.net.webproxy.credentials(v=vs.110).aspx
Thanks!Mike
For best service when you require assistance:
Skype: arachnodedotnet
Thank you Mike for the Quick reply. Above you showed how to connect for the console project but now I am looking at the Renderer and I am not sure how to pass credentials to the proxy project. Can you shed some light on this.
If you need access to private proxies, let me know.
JCrawl
The Renderers receive Proxies by default.
Thanks,Mike