Related resources for GetResponse()
  • Simple web File download in VB.NET11/10/2012 1:55:55 AM. This is a simple program that shows how to download files from the web and save them.
  • Asynchronous Request in .NET (C#)9/29/2012 5:43:19 AM. This code sample shows how to call a COM component in .NET framework using C#.
  • HTTP response using the GetResponseHeader () class HttpWebResponse6/6/2011 12:00:59 AM. The ContentLength property of the HttpWebResponse class can be used when we want to get the size of an HTTP response, the number of bytes contained in the response.
  • CSDownloadURL : Download Contents of a Web Page12/28/2005 6:13:19 AM. CSDownloadURL is a class which has two functions - SetURL and DownloadURL. The set URL sets the current URL and GetDownload downloads the URL contents and returns its contents in a string.
  • Simple Web File Download12/28/2005 1:53:49 AM. This is a simple program that shows how to download files from the web and save them. The program uses the HttpWebRequest and HttpWebResponse classes to request and retrieve the requested file.
  • Web Request Class12/28/2005 12:36:10 AM. This is a simple application that the gets the source of a webpage via the WebRequest Object.