A
Amil
I am using httpwebrequest and httpwebresponse. URLs may or may not contain
a file name:
http://www.domain.com/default.aspx
http://www.domain.com
The second URL may return the content for default.aspx. Is there any method
to figure out the file name returns when the second URL format is used?
I've looked through both the resquest and response objects after the
content, but don't see anything.
Amil
a file name:
http://www.domain.com/default.aspx
http://www.domain.com
The second URL may return the content for default.aspx. Is there any method
to figure out the file name returns when the second URL format is used?
I've looked through both the resquest and response objects after the
content, but don't see anything.
Amil