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
Do you know pointer in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Explain what are multidimensional arrays?
Explain what are preprocessor directives?
Is main a keyword in c?
What is a constant?
is it possible to create your own header files?
How do I send escape sequences to control a terminal or other device?
What does c mean?
What is the size of empty structure in c?
Explain what is the best way to comment out a section of code that contains comments?
Explain the priority queues?
What is difference between constant pointer and constant variable?
write a proram to reverse the string using switch case?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.