Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
virtual void StartContent( CHttpServerContext* pCtxt ) const;
Parameters
pCtxt
A pointer to a CHttpServerContext object.
Remarks
This member function is called by the framework to insert the starting HTML tags “<Body>“ and “<HTML>“ into an HTML document to be returned to the client.
Override this member function to implement a behavior different from the default. For example, override if you are returning a stream type other than an HTML stream (like a JPEG image).
CHttpServer Overview | Class Members | Hierarchy Chart
See Also CHttpServer::EndContent