ghttpSetThrottle
Used to start/stop throttling an existing connection.
- void ghttpSetThrottle(
- GHTTPRequest request,
- GHTTPBool throttle );
Routine | Required Header | Distribution |
---|---|---|
ghttpSetThrottle | <ghttp.h> | SDKZIP |
Parameters
- request
- [in] A valid request object
- throttle
- [in] True or false to enable or disable throtting.
Remarks
This may not be as efficient as starting a request with the desired setting.
Section Reference: Gamespy HTTP SDK
See Also: ghttpThrottleSettings