Thank you, Andreas for response.<br><br>I really prefer 1) option. I hate C stuff.<br>I examine VW code for NTLM and It&#39;s not really difficult. <br><br>And maybe I can use CurlPlugin for that. It&#39;s will be more simple solution for me<br>
<br><div class="gmail_quote">2010/9/16 Andreas Raab <span dir="ltr">&lt;<a href="mailto:andreas.raab@gmx.de">andreas.raab@gmx.de</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 9/16/2010 5:43 AM, Denis Kudriashov wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Is WebClient supports proxy NTLM authentication?<br>
</blockquote>
<br></div>
It doesn&#39;t.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
If not Can you advise me how two implement it?<br>
</blockquote>
<br></div>
You have basically two options:<br>
1) Implement it from scratch. There are a number of resources that describe NTLM in detail (basically reverse-engineered since there&#39;s no official documentation), for example:<br>
<br>
        <a href="http://www.innovation.ch/personal/ronald/ntlm.html" target="_blank">http://www.innovation.ch/personal/ronald/ntlm.html</a><br>
<br>
2) Implement it via a plugin using the Microsoft SSP interface. Your starting point would be here:<br>
<br>
        <a href="http://msdn.microsoft.com/en-us/library/aa375512%28VS.85%29.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/aa375512%28VS.85%29.aspx</a><br>
<br>
FWIW, we went for option #2 in our products; the authentication part is tricky (lots of details) but straightforward in principle (i.e., you basically call InitializeSecurityContext twice and are done).<br>
<br>
Cheers,<br><font color="#888888">
  - Andreas<br>
<br>
</font></blockquote></div><br>