CHttpServer::ConstructStream
virtual CHtmlStream* ConstructStream( );
Return Value
A pointer to a CHtmlStream object.
Remarks
This member function is called by the framework to construct a CHtmlStream object. Override this member function to create an instance of your own class to give it functionality other than the default.
See the constructor CHtmlStream::CHtmlStream for information about why you might override ConstructStream and provide special functionality for a CHtmlStream object.