![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
ManagementConfigurationFactory interface. More...
Public Member Functions | |
ManagementConfiguration | CreateConfiguration (string managementKey, ManagementExtendedOptions extendedOptions=null) |
Helps create ManagementConfiguration. | |
ManagementExtendedOptions | CreateExtendedOptions (string logFilePath, bool enableLogging=false, int networkTimeout=7, string serviceURL=null) |
Helps create ManagementExtendedOptions. | |
ProxySettings | CreateProxySettings (string user, string password, string proxyUri=null) |
Helps create ProxySettings. | |
ManagementConfigurationFactory interface.
ManagementConfiguration LicenseSpring.IManagementConfigurationFactory.CreateConfiguration | ( | string | managementKey, |
ManagementExtendedOptions | extendedOptions = null |
||
) |
Helps create ManagementConfiguration.
managementKey | Your Management key that you got from LicenseSpring platform |
extendedOptions | Instance of ManagementExtendedOptions, optionally |
Implemented in LicenseSpring.ManagementConfigurationFactory.
ManagementExtendedOptions LicenseSpring.IManagementConfigurationFactory.CreateExtendedOptions | ( | string | logFilePath, |
bool | enableLogging = false , |
||
int | networkTimeout = 7 , |
||
string | serviceURL = null |
||
) |
Helps create ManagementExtendedOptions.
logFilePath | Desired path for log file |
enableLogging | Enables or disables license logging |
networkTimeout | Timeout value for network operations |
serviceURL | Custom service URL |
Implemented in LicenseSpring.ManagementConfigurationFactory.
ProxySettings LicenseSpring.IManagementConfigurationFactory.CreateProxySettings | ( | string | user, |
string | password, | ||
string | proxyUri = null |
||
) |
Helps create ProxySettings.
user | Proxy user name |
password | Proxy user password |
proxyUri | Proxy Uri |
Implemented in LicenseSpring.ManagementConfigurationFactory.