CHttpServerContext::m_pStream

Remarks

The m_pStream data member is the pointer to the initialized CHtmlStream, which your server can use to communicate with the client. Most extensions will write data to this stream as they do their work. MFC will write all of the data in this stream to the client when your function returns. If your function takes a long time to execute, you can use the WriteClient function to send data to the client immediately, even before your function ends.

CHttpServerContext OverviewClass MembersHierarchy Chart

See Also   CHtmlStream