Re: HttpWebResponse getting attributes
- From: "Ignacio Machin \( .NET/ C# MVP \)" <ignacio.machin AT dot.state.fl.us>
- Date: Thu, 22 Sep 2005 08:44:07 -0400
Hi,
A webresponse do not have any GET attributes, only the WebRequest have
them.
Most probably the page you get will have a link (which in turn may become
the next webrequest ) with the correct GET attributes.
cheers,
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Nuno Magalhaes" <nunommagalhaes@xxxxxxxxxxx> wrote in message
news:1127387230.719881.118110@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> How can I get all the attributes of an HttpWebResponse? I do a request
> to this site: http://pipa.inov.pt/cgi-bin/camera but originaly it comes
> with a PAGE attribute that gives me the time in clock ticks of the
> captured image like this:
> http://pipa.inov.pt/cgi-bin/camera?PAGE=114349432
>
> You can try it: http://pipa.inov.pt/ and it will give a URL like the
> above with the PAGE attribute but my request "ends" on ".../camera".
> How can I get the PAGE attribute... in the header? How can I do this?
>
> Any lights will be appreciated,
> Nuno Magalhaes.
>
.
- Prev by Date: Re: Selecting from Datasets
- Next by Date: Re: Bitmap: From 32bppARGB to 8bppIndexed
- Previous by thread: Re: Bitmap.Clone()
- Next by thread: Re: HttpWebResponse getting attributes
- Index(es):
Relevant Pages
|