C# 클래스 ServiceStack.Licensing

Public Code API to register commercial license for ServiceStack.
파일 보기 프로젝트 열기: ServiceStack/ServiceStack.Text 1 사용 예제들

공개 메소드들

메소드 설명
RegisterLicense ( string licenseKeyText ) : void
RegisterLicenseFromFile ( string filePath ) : void
RegisterLicenseFromFileIfExists ( string filePath ) : void

메소드 상세

RegisterLicense() 공개 정적인 메소드

public static RegisterLicense ( string licenseKeyText ) : void
licenseKeyText string
리턴 void

RegisterLicenseFromFile() 공개 정적인 메소드

public static RegisterLicenseFromFile ( string filePath ) : void
filePath string
리턴 void

RegisterLicenseFromFileIfExists() 공개 정적인 메소드

public static RegisterLicenseFromFileIfExists ( string filePath ) : void
filePath string
리턴 void