I have this code that is trying to authenticate with Yahoo! It works fine on my local sever but the same request made on my live server fails. It comes back with a (401) Unauthorized error when it cal
For some reason, the Async开发者_如何学运维 callbacks I\'ve specified don\'t seem to get called. I\'ve got the following in a Thread started by the original application thread:
Want to do similar as link below but in Windows Mobile .. Upload files with HTTPWebrequest (multipart/form-data)
Hi i have a need to read the xml configuration file on the unix box. There 开发者_Go百科are so far two ways to do it, one to read the xml file using a document.Load(specifying the URL!) or go ahead an
I looked behind the scenes on a site(heavy jQuery-ajax/json) and was able to automate the login as well as a few other tasks using HttpWebRequest in c# WinForms. The process does a few Posts where par
Below is a code snippet I am using to post data to a REST based server.If I start debugging on the server I am seeing two separate requests come through.What I want to know is why?
I\'m experiencing some very strange behaviour with a HttpWebRequest when it is handling a 500 server error.
If I abort the request I have a WebException. How I can check if request is aborted? // if (asynchronousResult.AsyncState !=\"Aborted\" ) {
I am trying to make a call from a Silverlight application to a WCF service returning JSON. It\'s simply returning an integer. I have used Fiddler to verify that it is never making the call to my webse
My program downloads mp3 files anywhere from 5MB to 100MB in size, and the memory \"leak\" size is the size of the download. The memory usage starts gradually going up after I click the button that pa