home *** CD-ROM | disk | FTP | other *** search
- #if !defined(ECHO_H__C218D1E6_2BF6_11D0_9C9B_000000000000__INCLUDED_)
- #define ECHO_H__C218D1E6_2BF6_11D0_9C9B_000000000000__INCLUDED_
-
- // ECHO.H - Header file for your Internet Server
- // Echo ISAPI App
-
- #include "resource.h"
-
- class CEchoExtension : public CHttpServer
- {
- public:
- CEchoExtension();
- ~CEchoExtension();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //{{AFX_VIRTUAL(CEchoExtension)
- public:
- virtual BOOL GetExtensionVersion(HSE_VERSION_INFO* pVer);
- //}}AFX_VIRTUAL
-
- // TODO: Add handlers for your commands here.
- // For example:
- void Default(CHttpServerContext* pCtxt);
- void EchoRequest(CHttpServerContext *pCtxt, LPCTSTR pstrOption);
-
- DECLARE_PARSE_MAP()
-
- //{{AFX_MSG(CEchoExtension)
- //}}AFX_MSG
-
- protected:
- void EchoHelp(CHttpServerContext * pCtxt);
- void BadSyntax(CHttpServerContext * pCtxt);
- void EchoHead(CHttpServerContext * pCtxt);
- void EchoBody(CHttpServerContext * pCtxt);
- };
-
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(ECHO_H__C218D1E6_2BF6_11D0_9C9B_000000000000__INCLUDED)
-