webrequest
CLR webservice call times out at 100 seconds
I have not found this answered anywhere.I have a CLR function that exectues a webmethod call of my .NET application (.asmx).The web service successfully executes when called directly but when called v[详细]
2023-02-23 07:45 分类:问答400 bad request error when requesting Access_Token for facebook
I\'ve some problems with requesting an access token from facebook. First it worked. But now it doesn\'t work anymore and i don\'t think that i changed something in the specific codelines.[详细]
2023-02-21 07:33 分类:问答Silverlight ClientHttp WebRequest timeout
I have a silverlight 4 application using the ClientHttp stack to make a WebRequest which serves a binary stream. I then read from this stream and do stuff. However, I have the following problem: the s[详细]
2023-02-21 01:59 分类:问答MonoTouch - WebRequest memory leak and crash?
I\'ve got a MonoTouch app that does an HTTP POST with a 3.5MB file, and it is very unstable on the primary platforms that I test on (iPhone 3G with OS 3.1.2 and iPhone 4 with OS 4.2.1). I\'ll describe[详细]
2023-02-20 17:05 分类:问答C# How to "check on", "cancel", and wait on Async WebRequests?
Let\'s say I have 50 requests that I started using BeginGetResponse. How do I check the status of each request?[详细]
2023-02-19 16:00 分类:问答C# WebRequest with php redirecting page
I am messing around trying to write a small web crawler.I parse out a url from some html and sometimes I get a php redirect page.I am looking for a way to get the uri of the redirected page.[详细]
2023-02-18 10:44 分类:问答WebRequest "HEAD" light weight alternative
I recently discovered that the following does not work with certain sites, such as IMDB.com. class Program[详细]
2023-02-18 04:41 分类:问答wcf restful service method invoke error for http post
I have a simple restful wcf service which I have created just for fun. I tried the invoke the post method but I am failling. here is the summary;[详细]
2023-02-15 17:57 分类:问答How to keep connection alive when using webrequest?
string strURL = (Request.IsSecureConnection ? \"https://website.com/Transaction.asmx\" : \"http://website.com/wTransaction.asmx\");[详细]
2023-02-15 16:58 分类:问答c# and WebRequest: change contentlenght
I\'ve to send some post to a server, so i create a webrequest set the method, the content type and the content lenght. It works ok.[详细]
2023-02-13 10:09 分类:问答