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

Declared and defined in file: hzHttpClient.h

Function Logic:

0:START 1:m_buf m_bConnection m_bChunked m_nTimeout m_nMaxConnects m_nContentLen m_Retcode 2: No text

Function body:

hzHttpClient* hzHttpClient::hzHttpClient (void)
   {
       m_buf[0]= 0;
       m_bConnection = false ;
       m_bChunked = false ;
       m_nTimeout = 0;
       m_nMaxConnects = 0;
       m_nContentLen = 0;
       m_Retcode = 0;
   }