YetaWF.Core.GeoLocation Package Documentation

Display
Print

YetaWF.Core.GeoLocation.GeoLocation.GetRemainingRequests Method

Returns the number of remaining requests that can be made before the limit is exceeded.

Class: YetaWF.Core.GeoLocation.GeoLocation
Namespace: YetaWF.Core.GeoLocation
Assembly: YetaWF.Core.GeoLocation

Syntax

public int GetRemainingRequests();

Return Value

Returns the number of remaining requests that can be made before the limit is exceeded.

Remarks

Geolocation is a free service provided by http://www.geoplugin.net/. The available requests per minute are capped. To insure that this limit isn't exceeded, the GetRemainingRequests method should be used to determine whether requests can still be made.

The number of remaining requests changes at regular intervals.

See Also YetaWF.Core.GeoLocation.GeoLocation ClassYetaWF.Core.GeoLocationYetaWF.Core