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,
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:
I\'m tried make an http request to google page,but it not works and give an ProtocolViolationException when I try get the Response.
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
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.
Here\'s my code: namespace RequestApi { public partial class MainPage : PhoneApplicationPage { private BackgroundWorker bw;
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
Even though NavigationService.CanGoBack returns True, NavigationService.GoBack() throws me these exceptions :
I\'m trying to use HttpWebRequest and HttpWebResponse in .NET 3.5, running them in asynchronously: BeginGetRequestStream, EndGetRequestStream, BeginWrite, EndWrite, BeginGetResponse, EndGetResponse, B
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