Is there any way to set AuthenticationSchemes for HttpWebRequest object.
so that I can select proxy authentication type & provide credentials from client side it self.
It seems HttpWebRequest class internally selecting AuthenticationSchemes based on the proxy server listed authentication schema like basic/NTLM/Digest/Negotiate.
Please clarify me. If yes please share any reference link.