Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Manual do Utilizador Página 116

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 132
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 115
104 Brocade Virtual ADX OpenScript API Guide
53-1003243-01
Methods
7
Return Values
None.
Example
OS _SLB:: send_to_server
Description
Causes the system send the collected payload to the server.
Context
This function can be called from an HTTP request event.
Usage
This function can be used to send the payload data to the server.
NOTE
Data sent out will be in chunked-encoding format.
Input Parameters
None
Return Values
None.
use OS_SLB;
use OS_TCP
sub TCP_SERVER_ESTABLISHED{
OS_TCP::collect;
}
sub TCP_SERVER_DATA {
OS_SLB::send_to_client;
}
Vista de página 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 131 132

Comentários a estes Manuais

Sem comentários