CHttpServer::EndContent
virtual void EndContent( CHttpServerContext* pCtxt ) const;
Parameters
pCtxt
A pointer to a CHttpServerContext object. Cannot be NULL.
Remarks
This member function is called by the framework to insert the closing 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::StartContent