httpwebrequest
Get last update date and time from head request
From this array I need the date and time according to GMT+1. First question is how do I get the \' date \' from the headers array. Second, how do I format it to 2011-10-09 08:40 (which is the format,[详细]
2023-04-12 06:00 分类:问答Executing HttpWebRequest from WCF hosted by IIS 7.5
I have the following weird situation. I am trying to execute the following sequence of code within a WCF service, hosted in IIS 7.5 Express:[详细]
2023-04-12 05:25 分类:问答Getting GetResponse() of HttpWebRequest gives ProtocolViolationException
I\'m tried make an http request to google page,but it not works and give an ProtocolViolationException when I try get the Response.[详细]
2023-04-11 20:01 分类:问答Save Image From Webrequest in C#
I\'m using a jQuery webcam plugin to communicate with a webcam in my page and take a snapshot. The way it works is by communicating with a Flash hel开发者_JAVA技巧per. To save the picture it takes the[详细]
2023-04-11 17:53 分类:问答server requests, how to handle them?
I have this application that has a form with a drop-down list and a button. After the form is submitted, 开发者_如何学Goanother form is loaded in the page using ajax. this happens 5 times.[详细]
2023-04-11 14:25 分类:问答Why isn't the BeginGetResponse callback being called?
Here\'s my code: namespace RequestApi { public partial class MainPage : PhoneApplicationPage { private BackgroundWorker bw;[详细]
2023-04-11 11:11 分类:问答Is there a good threading model for many simultaneous http requests?
My .Net and Java application needs to make many simultaneous requests to a web service which takes a notable length of time to reply. Consequently there may be thousands of outstanding HTTP requests a[详细]
2023-04-11 07:40 分类:问答Windows Phone App crashes when using NavigationService.GoBack() too soon
Even though NavigationService.CanGoBack returns True, NavigationService.GoBack() throws me these exceptions :[详细]
2023-04-11 03:14 分类:问答HttpWebRequest and HttpWebResponse ideal async buffer sizes
I\'m trying to use HttpWebRequest and HttpWebResponse in .NET 3.5, running them in asynchronously: BeginGetRequestStream, EndGetRequestStream, BeginWrite, EndWrite, BeginGetResponse, EndGetResponse, B[详细]
2023-04-10 18:10 分类:问答HttpWebREquest XMLSerialzation POST request sending partially null properties to REST service
I implemented a method which makes POST request to my REST services. It serializes the passed object using XML serialization, but at server side half of the properties become null, and first 3 propert[详细]
2023-04-10 11:07 分类:问答