WHAT IS HEADER?

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


Please Help Members By Posting Answers For Below Questions

Write a program to find factorial of a number using recursive function.

740


Write a program which returns the first non repetitive character in the string?

690


Write a C program to count the number of email on text

1510


What is the difference between the = symbol and == symbol?

702


Is it better to use a macro or a function?

760






Explain the difference between #include "..." And #include <...> In c?

708


How many bytes is a struct in c?

816


how do you execute a c program in unix.

727


Tell us something about keyword 'auto'.

752


Can the size of an array be declared at runtime?

697


How do I copy files?

705


What is self-referential structure in c programming?

751


Is int a keyword in c?

645


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1997


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.

1590