HttpResponse::ClearHeaders Method ()
.NET Framework (current version)
Clears all headers from the buffer stream.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| HttpException | Headers are cleared after the HTTP headers have been sent. |
The following example calls the ClearHeaders method to ensure that no headers are sent with the current response. This technique can be especially important if the ASP.NET response is generating an image, such as a JPEG file. In this example the ContentType property is set to image/jpeg.
.NET Framework
Available since 1.1
Available since 1.1
Show: