request object and http header

  • Thread starter Thread starter tacoturtle
  • Start date Start date
T

tacoturtle

Hello All,
do all the properties that the request posses directly correlate to a
http header variable? The reason I ask is that I am trying code
against a scenario where the header variables do not exist, but obtain
some of the values provided by the header variables through other
means in asp.net.
john
 
tacoturtle said:
Hello All,
do all the properties that the request posses directly correlate to a
http header variable? The reason I ask is that I am trying code
against a scenario where the header variables do not exist, but obtain
some of the values provided by the header variables through other
means in asp.net.


Only some directly relate to a HTTP header (e.g. ContentLength,
ContentEncoding,UrlReferrer, UserAgent).

Cheers,
 
Back
Top