Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
virtual BOOL InitInstance(CHttpServerContext* pCtxt );
Return Value
Nonzero if initialization is successful; otherwise 0.
Parameters
pCtxt
A pointer to a CHttpServerContext object.
Remarks
This member function is called by the framework to initialize a CHttpServer object. InitInstance is called in CHttpServer::HttpExtensionProc, which is called by the framework for each request for an ISA.
Override this member function to provide CHttpServer custom initialization.