CHttpResponse::RenderHeaders
Visual Studio 2005
Call this method to get a string containing all of the HTTP headers associated with this object in a format suitable for sending to a client.
void RenderHeaders( CStringA& strHeaders ) throw( );
Parameters
- strHeaders
-
A string reference to which will be appended the HTTP headers.