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
Write a program to find factorial of a number using recursive function.
Write a program which returns the first non repetitive character in the string?
Write a C program to count the number of email on text
What is the difference between the = symbol and == symbol?
Is it better to use a macro or a function?
Explain the difference between #include "..." And #include <...> In c?
How many bytes is a struct in c?
how do you execute a c program in unix.
Tell us something about keyword 'auto'.
Can the size of an array be declared at runtime?
How do I copy files?
What is self-referential structure in c programming?
Is int a keyword in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.