Why does the following code Timeout the second (and subsequent) time it is run? The code hangs at: using (Stream objStream = request.GetResponse().GetResponseStream())
I am developing wp7 application. I have done the authentication of the user through authentication.asmx. For this I have referred the following link
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m working on a download manager in C# and I\'m making using of multiple http requests and was wondering how can one make sure a connection properly closed?
I\'m building this client for a web service. Pretty much everything makes requests to a server and now what I do is, I open a new thread and put all my req开发者_如何学Cuests in the same thread. That
I\'m trying to post to a URL that looks something like this: \"http://domain.com/api/?application_id=user&format=json&session_token=1824dsf1u312asd14\"
I have a requirement to download a zip(or gzip) file from my cloud server to Windows phone 7 file system and unzip the folder contents in the zip.
I am developing window phone 7 application. I am new to the claim based authentication. I am using the following link to do claim based authentication in wp7 against claim based sites.
This is kind of a two part question.Is it possible to retrieve data from a page that loads content dynamically through javascript by using WebClient/HttpWebRequest?
Subject: ASP.NET web application Action: from client(IE web browser) sent sync http request(using javascript) to server (to ASP.NET web app)