I made a post erlier this day about getting data from an webapi on the windows phone 7 but I think I overcomplicated things and were too unclear about what I wanted to do.
I have a problem in posting parameters to a server... as I know that when I send a request like the following: http://www.xxxxx.xxx?var1=**&var2=**&...etc.
I\'ve Googled everywhere but no one has posted a solution, they all say to set the timeout in the config but how do you do this?
This question already has answers here: C# .NET Cookie Handling For After Login (2 answers) Closed 3 years ago.
Hello guys i am newbie to this stuff so i\'ll try to explain my problem.I am building application that retrieve data after login to php script that looks like this:
If you have a long chain of calls using rx such as: var responses = collectionOfHttpRequests.ToObservable()
I need to invoke a REST-based service from Windows Phone 7. The service only accepts the request if the following conditions are satisfied:
In ASP.NET MVC 3 RC2, the default ModelBinder will automatically parse the request body if the Content-Type is set to application/json. Problem is, this leaves the Request.InputStream at the end of th
I need to call a receive activity in my workflow from javascript passing the parameters as json and i need the response as json format too..
I have an C# windows application (.Net 3.0 Framework) that makes a call to PHP web service using HttpWebRequest.