Obtaining web resource parameters/information.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm dealing with the System.Net Namespace particularly using WebClient
classes. I'd like to be able to query or obtain information regarding web
resources such as href'fed graphic files or other linked pages without
actually downloading.

I admit that I'm not even sure if http supports that. I don't think it does.

Also, I'm not sure what forum this question really belongs in so any
suggestions are welcome.

thanks
 
General comment: Implemented a Web app for a dot COM that did just
that (for any kind of file) using HTTP - Of course this was part of a Web
application that provided access to documents to mobile professionals
 
Back
Top