webrequest
HttpWebRequest return a WebResponse with strange numbers
i have a strange problem. When i get the response of a httpwebresquest, some numbers appears in the middle of the html text.[详细]
2023-04-13 07:01 分类:问答using c# webrequest to interact with an asp.net mvc 3 website
I created a simple mvc3 site with a home controller with these actions. public JsonResult Param(string id)[详细]
2023-04-13 01:12 分类:问答WCF / Silverlight requests timing out after 30 secs with WebRequest.RegisterPrefix
I have a WCF webservice and a SL4 client which always times out after 30secs with a ConnectionTimeout exception.[详细]
2023-04-11 18:27 分类:问答C# - How to make a HTTP call
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.[详细]
2023-04-11 16:58 分类:问答Ping against IE - request timed out
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?[详细]
2023-04-09 04:16 分类:问答401 Unauthorized returned on EndGetResponse. Apache Error log: cannot generate context
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:[详细]
2023-04-09 00:56 分类:问答instantiating an object from a web service vs instantiating an object from a regular class
I have a very basic web service: using System; using Syste开发者_如何学运维m.Collections.Generic;[详细]
2023-04-08 21:42 分类:问答Monodroid WebRequest bombs application
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[详细]
2023-04-08 19:25 分类:问答What are WebClient's BaseAddress and QueryString properties used for?
I am trying to instantiate a WebClient as follows: WebClient wc = new WebClient(); wc.BaseAddress = \"http://contoso.com\";[详细]
2023-04-08 19:17 分类:问答Android Index out of bounds
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[详细]
2023-04-08 06:21 分类:问答