> An Http Request is a request for a file. When you download a page, you are
> downloading a file with a .htm or similar extension.
[quoted text clipped - 11 lines]
> >
> > Tedmond
The HttpWebResponse contains information about the file downloaded, as well
as a stream containing the contents of the file. The ResponseUri contains
the URI to the resource (file), which also includes, of course, the file
name. See the following reference for details and some examples:
http://msdn2.microsoft.com/en-us/library/system.net.httpwebresponse.aspx

Signature
HTH,
Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
> when I got the HttpWebResponse, how can I get the filename and save the
> stream data into file?
[quoted text clipped - 17 lines]
>> >
>> > Tedmond