SK_FLAGS_USE_SSL Constant

When specified, the function call will use Secure Sockets Layering (SSL) if applicable. If communication using SSL fails, is unavailable, or is not applicable then communication will attempt to use Http.

Syntax

C/C++
#define SK_FLAGS_USE_SSL (0x00040000)
Visual Basic
Const SK_FLAGS_USE_SSL As Long = 262144