ghttpSetThrottle

GameSpy SDK

ghttpSetThrottle

Used to start/stop throttling an existing connection.

void ghttpSetThrottle(
GHTTPRequest request,
GHTTPBool throttle );
RoutineRequired HeaderDistribution
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