Function WebSocketClient.verifySsl

If true, SSL certificate verification is enabled. Note: You must specify the certificates to be used in the Project Settings for it to work when exported.

bool verifySsl() nothrow @property @nogc;

void verifySsl (
  bool v
) nothrow @property @nogc;