EnableAutoRenew

Enable or disable auto refresh proxy.

GoInt EnableAutoRenew(GoUint8 enable)

Parameters

  • enable: 1 to enable, 0 to disable.

Return Value

  • GoInt: 0 on success.

Example

// example

EnableAutoRenew(1);

Last updated

Was this helpful?