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 are types of functions?
What is operator promotion?
List a few unconditional control statement in c.
Why enum is used in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
List the difference between a While & Do While loops?
What is typedef example?
What does node * mean?
Can the size of an array be declared at runtime?
How can I make it pause before closing the program output window?
What are the advantages of c preprocessor?
Can math operations be performed on a void pointer?
What are the advantages of using linked list for tree construction?
Why should I use standard library functions instead of writing my own?
Explain can the sizeof operator be used to tell the size of an array passed to a function?