Skip to main content

Licensing

Public Code API to register commercial license for ServiceStack.

Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class Licensing

Methods

RegisterLicense(String)

View Source
Declaration
public static void RegisterLicense(string licenseKeyText)
Parameters
TypeName
System.StringlicenseKeyText

RegisterLicenseFromFile(String)

View Source
Declaration
public static void RegisterLicenseFromFile(string filePath)
Parameters
TypeName
System.StringfilePath

RegisterLicenseFromFileIfExists(String)

View Source
Declaration
public static void RegisterLicenseFromFileIfExists(string filePath)
Parameters
TypeName
System.StringfilePath