This topic has not yet been rated - Rate this topic

CHttpResponse::RenderHeaders 

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.