| Return Type | Function name | Arguments |
|---|---|---|
| bool | hzIpListen::UseSSL | (void) |
Declared and defined in file: hzIpServer.h
Function Logic:
Function body:
bool hzIpListen::UseSSL (void)
{ return m_bOpflags & HZ_LISTEN_SECURE ? true : false ; }