Searched refs:useSsl (Results 1 – 2 of 2) sorted by relevance
55 public $useSsl; variable in Google\\Service\\Monitoring\\HttpCheck176 public function setUseSsl($useSsl) argument178 $this->useSsl = $useSsl;185 return $this->useSsl;
56 protected $useSsl = false;236 * @param bool $useSsl239 public function setUseSsl(bool $useSsl)241 $this->useSsl = $useSsl;251 return $this->useSsl;261 $url = ($this->useSsl ? 'ldaps' : 'ldap') . '://' . $this->host;42 protected $useSsl = false; global() variable in FreeDSx\\Ldap\\LdapUrl 224 setUseSsl(bool $useSsl) global() argument