Click or drag to resize
LicensingRenewLicenseKey Method
Renew the license key for this device. The renewal procedure will contact the activation service to obtain the key. Activation server can be reached by SMS or HTTPS call.

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public static void RenewLicenseKey(
	bool useHttp = false
)

Parameters

useHttp (Optional)
Type: SystemBoolean
True to use an HTTPS call instead of SMS.

Return Value

Type: 
See Also