|
|
|
|
|
HTTPSimulateNetwork (Function) In french: HTTPSimuleRéseau Simulates a slow network by limiting the download and upload speed. 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|