| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hzHttpClient::Close | (void) |
Declared in file: hzHttpClient.h
Defined in file : hzHttpClient.cpp
Function Logic:
Function body:
hzEcode hzHttpClient::Close (void)
{
_hzfunc("hzHttpClient::Close") ;
m_Webhost.Close() ;
return E_OK ;
}