i have a strange problem. When i get the response of a httpwebresquest, some numbers appears in the middle of the html text.
I created a simple mvc3 site with a home controller with these actions. public JsonResult Param(string id)
I have a WCF webservice and a SL4 client which always times out after 30secs with a ConnectionTimeout exception.
I wanted to make an HTTP call to a website. I just need to hit the URL and dont want to upload or download any data. What is the easiest and fastest way to do it.
Where to look what could be a cause that \"ping IP_address\" returns \"Request timed out\", but opening \"http://IP_address\" in the Internet Explorer loads site correctly?
I got a server with Apache running. Now I want to be able to read the contents of a folder there and for that this folder is configured in the Apache httpd.conf something like this:
I have a very basic web service: using System; using Syste开发者_如何学运维m.Collections.Generic;
I have tried this code in a normal C# app and it works fine. In monodroid, it completely bugs out (in other words, not even the 开发者_如何学Ctry-catch works) when I try to READ from the stream (or th
I am trying to instantiate a WebClient as follows: WebClient wc = new WebClient(); wc.BaseAddress = \"http://contoso.com\";
I am trying to get the bold text next to the hour scheldule ( from http://golfnews.no/golfpaatv.php )put it in a String array , then , show it on my device\'s screen. I\'ve put the Internet Access per