httpwebrequest
Yahoo, OAuth http request. Works on localhost but not live server
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[详细]
2023-03-30 07:47 分类:问答C# DownloadFileAsync Callbacks Not Being Triggered
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:[详细]
2023-03-30 01:09 分类:问答Upload files with HTTPWebrequest (multipart/form-data) for Windows Mobile
Want to do similar as link below but in Windows Mobile .. Upload files with HTTPWebrequest (multipart/form-data)[详细]
2023-03-29 21:55 分类:问答best way to read the configuration xml file on the unix box
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[详细]
2023-03-29 17:09 分类:问答HttpWebRequest Returns 404, but not in original website
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[详细]
2023-03-29 08:13 分类:问答HttpWebRequest/HttpWebResponse firing two calls to the server
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?[详细]
2023-03-28 23:01 分类:问答c# - Differences in delays experienced with HttpWebRequest exceptions
I\'m experiencing some very strange behaviour with a HttpWebRequest when it is handling a 500 server error.[详细]
2023-03-28 20:43 分类:问答Abort request wp7
If I abort the request I have a WebException. How I can check if request is aborted? // if (asynchronousResult.AsyncState !=\"Aborted\" ) {[详细]
2023-03-28 12:38 分类:问答Error when making call to WCF from Silverlight application using HttpWebRequest
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[详细]
2023-03-28 06:58 分类:问答Why does my memory usage blow up after stopping a download?
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[详细]
2023-03-27 18:46 分类:问答