C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(2)
Esmael Esmaeli(1)
John O Donnell(1)
Kareem Bawala(1)
Bill Farley(1)
Resources
No resource found
Using WebRequest and WebResponse classes
Jul 31, 2001.
Downloading and uploading data from the web has been a very common programming practice these days.
Implementing A Proxy Server In C# - An Example And Test Case
Dec 09, 2022.
In this tutorial, we provide an example of how to create a simple proxy server in a C# application using the HttpListener class. We also show how to write a test case to verify that the proxy server works as expected.
Getting NASDAQ Quotes with a Pocket PC
May 22, 2002.
If you have been lucky enough to get the Compact Framework or Smart devices extension beta for April 2002 you may be wondering what you can do with it.
Web Request Class
Apr 04, 2001.
This is a simple application that the gets the source of a webpage via the WebRequest Object.
Simple Web File Download
Mar 23, 2001.
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.
CSDownloadURL : Download Contents of a Web Page
Dec 03, 2000.
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.