Description of Response.AddHeader :
This ASP tutorial teaches you about the usage of Response.AddHeader command to add a HTML header with a specified value to the response object. And provides tips on how to input the name and value for HTML header. Also, the author explains that this function should be given before calling Flush method in scripts. Given examples help you to learn the functionality of this method.