Adds an HTTP header to the output stream. HttpResponse.AddHeader(string, string) is provided for compatibility with earlier versions of ASP.
HttpResponse.AddHeader(string, string) is the same as HttpResponse.AppendHeader(string, string) and is provided only for compatibility with earlier versions of ASP. With ASP.NET, use HttpResponse.AppendHeader(string, string).