What is the purpose of the Response.ClearHeaders() method?
Explanation
Response.ClearHeaders() is used to remove all HTTP headers that have been added to the response buffer before the response is sent to the client. It does not affect the page content or HTML sections.