Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 Overview | Class Members | Hierarchy Chart
See Also CHtmlStream