示例#1
0
文件: espAbbrev.c 项目: embedthis/esp
PUBLIC bool isSecure()
{
    return espIsSecure(getStream());
}
示例#2
0
PUBLIC bool isSecure()
{
    return espIsSecure(getConn());
}