AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones HTTP
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Simulates a slow network by limiting the download and upload speed.
Note: This simulation is only taken into account by type HTTPRequest and when using functions HTTPSend and HTTPSendForm.
Ejemplo
HTTPSimulateNetwork(1024, 1024)
res is httpResponse = HTTPSend("http://www.windev.com")
HTTPSimulateNetwork()
Sintaxis
HTTPSimulateNetwork([<Maximum Download Speed> [, <Maximum Upload Speed>]])
<Maximum Download Speed>: Optional integer
  • Maximum speed to simulate for receiving data, expressed in kilo-bytes per second. This speed is given for information only.
  • 0 (default value) means that this speed is not limited.
<Maximum Upload Speed>: Optional integer
  • Maximum speed to simulate for sending data, expressed in kilo-bytes per second. This speed is given for information only.
  • 0 (default value) means that this speed is not limited.
Observaciones
Componente: wd300com.dll
Versión mínima requerida
  • Versión 21
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local