CHttpResponse::Initialize
Visual Studio 2005
Call this method to initialize an HTTP response object.
BOOL Initialize( IHttpServerContext* pServerContext ) throw( ); BOOL Initialize( IHttpRequestLookup * pLookup ) throw(...);
Parameters
- pServerContext
-
The server context.
- pLookup
-
The pointer to the lookup interface used to provide the server context.