Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Manuel d'utilisateur Page 107

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 132
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 106
Brocade Virtual ADX OpenScript API Guide 95
53-1003243-01
Methods
7
Usage
Can be used to perform SSL specific operations.
Input Parameters
None.
Return Values
The following table contains the return values.
Example
OS_SLB:: is_server_ssl
Returns “1” of the current server connection is SSL.
Context
This function can be called from the events which are triggered by the traffic.
Usage
Can be used to perform SSL specific operations.
Input Parameters
None.
TABLE 117 Return Values
Name Type Description
integer 1 is returned if the client connection is SSL.
Otherwise 0 is returned.
use OS_SLB;
use OS_HTTP_REQUEST;
sub HTTP_REQUEST {
if(OS_SLB::is_client_ssl == 1)
{
print "The client connection is SSL\n";
}
}
Vue de la page 106
1 2 ... 102 103 104 105 106 107 108 109 110 111 112 ... 131 132

Commentaires sur ces manuels

Pas de commentaire