I am writing a json using Newtonsoft.json.JsonTextWriter. Here is my code: StringBuilder sb = new StringBuilder();
I\'m writing a small program which will make a GET request to a server using HTTPS and the HttpWebRequest class. The server (obviously) has a server certificate. It also expects the client to provide
I\'m sending a lot of POST data (over 5000 chars) and it seems that WP7 HttpWebRequest is losing some of the content in the process...
I\'m trying to send a HttpRequest from my SharePoint 2007 WebPart to another web service. The service expects a X509 client certificate for authentication.
I\'m sending an HTTPWebRequest to a 3rd party with the code below.The response takes between 2 and 22 seconds to come back.The 3rd party claims that once they receive it, they are sending back a respo
I have a web service with two operations. One operation uses GET and the other uses POST. Please note that I am not a web service expert, so please feel free to point out anything I am doing wrong. Re
I am working on building a fluent REST client interface on top of the HttpWebRequest/HttpWebResponse types in .NET. So far, so good...however I am trying to develop a pluggable security framework that
I want to post username and password to a login page of a remote website using asp.net and pass it, to access login-required pages on website.
I ran into a rather tricky problem at one of my clients. They have a simple router which can only forward a single port to a single machine. However, they have several applications on several servers
I have a problem that while downloading the data it shows the error \"The Operation has timed out\". What can i do to resolve this error? I am using Win forms(C#) here is my code please check it and