Return TypeFunction nameArguments
boolhzIpListen::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 ; }