| Return Type | Function name | Arguments |
|---|---|---|
| hzWebhost* | hzWebhost::hzWebhost | (void) |
Declared and defined in file: hzHttpClient.h
Function Logic:
Function body:
hzWebhost* hzWebhost::hzWebhost (void)
{
m_docHome = 0;
m_docAuth = 0;
m_resAuth = 0;
m_resLast = 0;
m_Opflags = 0;
m_Sofar = 0;
}