4AspNet IPInfo v1.0

IPInfo Constructor 

Initializes a new instance of the IPInfo class.

public IPInfo();

Remarks

Before initializing a first instance of IPInfo object make sure what LicenseKey property of License class is set to correct license key string; otherwise the exception of type LicenseException will be thrown.

Exceptions

Exception TypeCondition
License.LicenseExceptionThrown when no license key has been specified with LicenseKey property of the License class, specified license key is invalid or license has expired.

Example

For an example see IPInfo overview.

See Also

IPInfo Class | ForAspNet.IPInfo Namespace