HttpWebRequest

There are 1 entries for the tag HttpWebRequest
Basic HttpWebRequest/Response
A friend recently asked how do you make a call to a web page via code. For example, the web page might be designed to return some data in a text-based format and filtered by query string parameters. (While this is more commonly done using a web service, it can also be accomplished by controlling the output of the HttpResponse object.) The following is a basic demonstration of how you might go about coding this in Visual C#: 1: /// <summary> 2: /// Makes a request to a Uniform Resource Identifier...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Sunday, May 10, 2009 10:03 PM | Feedback (0)