LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
LicenseSpring.ManagementConfigurationFactory Class Reference

Management Configuration factory class More...

Inheritance diagram for LicenseSpring.ManagementConfigurationFactory:
LicenseSpring.IManagementConfigurationFactory

Public Member Functions

ManagementConfiguration CreateConfiguration (string managementKey, ManagementExtendedOptions extendedOptions=null)
 Helps create ManagementConfiguration More...
 
ManagementExtendedOptions CreateExtendedOptions (string logFilePath, bool enableLogging=false, int networkTimeout=7, string serviceURL=null)
 Helps create ManagementExtendedOptions More...
 
ProxySettings CreateProxySettings (string user, string password, string proxyUri=null)
 Helps create ProxySettings More...
 
ManagementConfiguration CreateConfiguration (string managementKey, ManagementExtendedOptions extendedOptions=null)
 Helps create ManagementConfiguration More...
 
ManagementExtendedOptions CreateExtendedOptions (string logFilePath, bool enableLogging=false, int networkTimeout=7, string serviceURL=null)
 Helps create ManagementExtendedOptions More...
 
ProxySettings CreateProxySettings (string user, string password, string proxyUri=null)
 Helps create ProxySettings More...
 

Detailed Description

Management Configuration factory class

This class letting use the SDK from VBA side, actually from any COM client

In .Net app you can create ManagementConfiguration and ManagementExtendedOptions directly or also use this class

Member Function Documentation

◆ CreateConfiguration()

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

◆ CreateExtendedOptions()

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

◆ CreateProxySettings()

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

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