AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones HTTP
  • Limits
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Simulates a slow network by limiting the download and upload speed.
Remark: This simulation is taken into account by the HTTPRequest type only and when using HTTPSend and HTTPSendForm.
Example
HTTPSimulateNetwork(1024, 1024)
res is httpResponse = HTTPSend("http://www.windev.com")
HTTPSimulateNetwork()
Syntax
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.
Remarks
AndroidAndroid Widget

Limits

This function is available for the devices equipped with ARM processors. A fatal error occurs if this function is used with devices not equipped with ARM processors (x86, mips, ...).
Component: wd290com.dll
Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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