LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.IManagementConfigurationFactory Interface Reference

ManagementConfigurationFactory interface. More...

Inheritance diagram for LicenseSpring.IManagementConfigurationFactory:
LicenseSpring.ManagementConfigurationFactory

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.
 

Detailed Description

ManagementConfigurationFactory interface.

Member Function Documentation

◆ CreateConfiguration()

ManagementConfiguration LicenseSpring.IManagementConfigurationFactory.CreateConfiguration ( string  managementKey,
ManagementExtendedOptions  extendedOptions = null 
)

Helps create ManagementConfiguration.

Parameters
managementKeyYour Management key that you got from LicenseSpring platform
extendedOptionsInstance of ManagementExtendedOptions, optionally
Returns
ManagementConfiguration object

Implemented in LicenseSpring.ManagementConfigurationFactory.

◆ CreateExtendedOptions()

ManagementExtendedOptions LicenseSpring.IManagementConfigurationFactory.CreateExtendedOptions ( string  logFilePath,
bool  enableLogging = false,
int  networkTimeout = 7,
string  serviceURL = null 
)

Helps create ManagementExtendedOptions.

Parameters
logFilePathDesired path for log file
enableLoggingEnables or disables license logging
networkTimeoutTimeout value for network operations
serviceURLCustom service URL
Returns
ManagementExtendedOptions object

Implemented in LicenseSpring.ManagementConfigurationFactory.

◆ CreateProxySettings()

ProxySettings LicenseSpring.IManagementConfigurationFactory.CreateProxySettings ( string  user,
string  password,
string  proxyUri = null 
)

Helps create ProxySettings.

Parameters
userProxy user name
passwordProxy user password
proxyUriProxy Uri
Returns
ProxySettings object

Implemented in LicenseSpring.ManagementConfigurationFactory.


The documentation for this interface was generated from the following file: