WebClient.UploadData
- From: "Lehel Kovach" <lehelkovach@xxxxxxxxxxx>
- Date: Tue, 08 Aug 2006 22:09:09 GMT
I'm having a problem with the WebClient object. When I post data to certain
sites, it will receive a command from the webserver (object moved) and
continue to the next link by downloading that. The problem is, certain
cookies need to be set, and the only way of doing that is not letting the
WebClient automatically go on to the next GET in the background--I need to
do it manually.
I'm wondering if this has something to do with the Connection: Keep-Alive
header. If this is the case, how do I change it? Because, everytime I
tamper with this header, WebClient.UploadData doesn't work anymore.
.
- Follow-Ups:
- Re: WebClient.UploadData
- From: Dave Sexton
- Re: WebClient.UploadData
- Prev by Date: Specifying authentication to ASPNETDB.MDF in web.config
- Next by Date: Re: checkboxes in query structure
- Previous by thread: Specifying authentication to ASPNETDB.MDF in web.config
- Next by thread: Re: WebClient.UploadData
- Index(es):
Relevant Pages
|