C# Class ServiceStack.Licensing

Public Code API to register commercial license for ServiceStack.
Afficher le fichier Open project: ServiceStack/ServiceStack.Text Class Usage Examples

Méthodes publiques

Méthode Description
RegisterLicense ( string licenseKeyText ) : void
RegisterLicenseFromFile ( string filePath ) : void
RegisterLicenseFromFileIfExists ( string filePath ) : void

Method Details

RegisterLicense() public static méthode

public static RegisterLicense ( string licenseKeyText ) : void
licenseKeyText string
Résultat void

RegisterLicenseFromFile() public static méthode

public static RegisterLicenseFromFile ( string filePath ) : void
filePath string
Résultat void

RegisterLicenseFromFileIfExists() public static méthode

public static RegisterLicenseFromFileIfExists ( string filePath ) : void
filePath string
Résultat void