GetAutoRefreshProxyRateLimit
Get the auto-refresh rate limit.
GoInt GetAutoRefreshProxyRateLimit()
Parameters
none
Return Value
GoInt: Rate limit value.
Example
// example
GoInt r = GetAutoRefreshProxyRateLimit();
Last updated
Was this helpful?