Return TypeFunction nameArguments
hzWebhost*hzWebhost::hzWebhost(void)

Declared and defined in file: hzHttpClient.h

Function Logic:

0:START 1:m_docHome m_docAuth m_resAuth m_resLast m_Opflags m_Sofar 2: No text

Function body:

hzWebhost* hzWebhost::hzWebhost (void)
   {
       m_docHome = 0;
       m_docAuth = 0;
       m_resAuth = 0;
       m_resLast = 0;
       m_Opflags = 0;
       m_Sofar = 0;
   }