WebRequest and WebResponse
-
Hi guys, i try to write a simple MP3 Downloader using .NET 2.0. I dont know how to use WebRequset and WebResponse classes , some one explain me simple code , How to connect to websites using these classes Thanks in Advance
If you want to get anywhere in programming, you'll have to learn to solve most of your own problems. Did you read up on the classes you want in MSDN? did you google for some examples? did you look to some of the CodeProject articles? In one of the CP articles I wrote, there is a CPsite.cs file and a downloadPage() method which shows how it can be done. BTW: this answer does not contain hyperlinks. You will have to search a little. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.