| Return Type | Function name | Arguments |
|---|---|---|
| void | hzHttpEvent::SetSession | (hzHttpSession*,) |
Declared and defined in file: hzHttpServer.h
Function Logic:
Function body:
void hzHttpEvent::SetSession (hzHttpSession* pSession)
{ m_pSession = pSession ; }