TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About GetResponse()
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Bill Farley (2)
Pramod Singh (1)
Alan Le Senechal (1)
Mahesh Chand (1)
Kareem Bawala (1)
Related resources for GetResponse()
No resource found
Simple web File download in VB.NET
11/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 HttpWebResponse
6/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 Page
12/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 Download
12/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 Class
12/28/2005 12:36:10 AM.
This is a simple application that the gets the source of a webpage via the WebRequest Object.