Answer Posted / nagendra reddy
The Headers property is a collection of name/value pairs that
contain the HTTP header values returned with the response.
Common header information returned from the Internet resource
is exposed as properties of the HttpWebResponse class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is identifier in c?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Explain what is the difference between the expression '++a' and 'a++'?
What is structure in c language?
What oops means?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Is null always defined as 0(zero)?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
In C language, a variable name cannot contain?
Is it valid to address one element beyond the end of an array?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is string function c?
What are the disadvantages of external storage class?
What is the use of putchar function?
Explain why can’t constant values be used to define an array’s initial size?