Re: Where can i get the key value?
Posted By:
Tim_Rohaly
Posted On:
Wednesday, June 27, 2001 11:04 PM
If you don't know what request property you want,
why would you want to get it? Use getHeaderField(int)
to list all the properties attached to a given request.
See the HTTP specification for a list of valid request
properties.