Ask a Question related to ASP.NET General, Design and Development.
-
Martin Kuba #1
CookieContainer with WebClient
Any help appreciated ...
I am trying to connect to a site that requires
authentication through cookies, and be able to navigate
through several different pages using a script. It seems
that I could use WebClient class to get HTTP responses and
CookieContainer to keep authentication live?
Could someone point me in the right direction? Example
code of using these two classes together would be very
helpful. Thank you!
Martin Kuba
Martin Kuba Guest
-
CookieContainer not working reliably ASP.NET webclient
Calling a .NET webservice (win2k3) from an ASP.NET webservice client (xp). There is a farm of win2k3 servers hosting the webservice behind a load... -
Webclient w/ Proxy
I have a WebClient.OpenRead that is timing out on some client machines. I believe the problem may be Proxy settings on the client machine. How... -
webclient.downloadfile
I've been toying with an asp.net diretory browser and have been trying to use system.net.webclient.downloadfile as a means to download files from... -
DefaultCredentials and WebClient
I'm trying to make a call inside an ASP.NET web application to an external quasi-web service (aka FrontPage Server Extensions): Dim rpcClient As... -
WebClient Problem
hi, i using WebClient to get the website. like string URL = "http://127.0.0.1/index.htm"; WebClient client = new WebClient(); Stream data =...



Reply With Quote

