C# Class ServiceStack.Licensing

Public Code API to register commercial license for ServiceStack.
Exibir arquivo Open project: ServiceStack/ServiceStack.Text Class Usage Examples

Public Methods

Method Description
RegisterLicense ( string licenseKeyText ) : void
RegisterLicenseFromFile ( string filePath ) : void
RegisterLicenseFromFileIfExists ( string filePath ) : void

Method Details

RegisterLicense() public static method

public static RegisterLicense ( string licenseKeyText ) : void
licenseKeyText string
return void

RegisterLicenseFromFile() public static method

public static RegisterLicenseFromFile ( string filePath ) : void
filePath string
return void

RegisterLicenseFromFileIfExists() public static method

public static RegisterLicenseFromFileIfExists ( string filePath ) : void
filePath string
return void