Public Member Functions | |
CWebServer (CMainFrame *pMainFrame, int nPort=13579) | |
virtual | ~CWebServer () |
bool | ToLocalPath (CString &path, CString &redir) |
bool | LoadPage (UINT resid, CStringA &str, CString path=_T("")) |
void | OnAccept (CWebServerSocket *pServer) |
void | OnClose (CWebClientSocket *pClient) |
void | OnRequest (CWebClientSocket *pClient, CStringA &reshdr, CStringA &resbody) |
Static Public Member Functions | |
static void | Deploy (CString dir) |
Definition at line 17 of file WebServer.h.