EnableAutoRotation
Enable or disable automatic proxy rotation.
GoInt EnableAutoRotation(GoUint8 enable)
Parameters
enable: 1 to enable, 0 to disable.
Return Value
GoInt: 0 on success.
Example
// example
EnableAutoRotation(1);
Last updated
Was this helpful?