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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top