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

ManagementExtendedOptions interface. More...

Inheritance diagram for LicenseSpring.IManagementExtendedOptions:
LicenseSpring.ManagementExtendedOptions

Properties

bool EnableLogging [get, set]
 Whether SDK should log licensing activity.
 
string LogFilePath [get, set]
 Path to log file.
 
int NetworkTimeout [get, set]
 Network timeout in seconds, default is 7, 0 means use system defaults.
 
ProxySettings Proxy [get, set]
 Proxy settings, if not specified then default settings will be used.
 
string ServiceURL [get, set]
 Alternate base URL for LicenseSpring Management API.
 

Detailed Description

ManagementExtendedOptions interface.

Property Documentation

◆ EnableLogging

bool LicenseSpring.IManagementExtendedOptions.EnableLogging
getset

Whether SDK should log licensing activity.

Implemented in LicenseSpring.ManagementExtendedOptions.

◆ LogFilePath

string LicenseSpring.IManagementExtendedOptions.LogFilePath
getset

Path to log file.

Implemented in LicenseSpring.ManagementExtendedOptions.

◆ NetworkTimeout

int LicenseSpring.IManagementExtendedOptions.NetworkTimeout
getset

Network timeout in seconds, default is 7, 0 means use system defaults.

Implemented in LicenseSpring.ManagementExtendedOptions.

◆ Proxy

ProxySettings LicenseSpring.IManagementExtendedOptions.Proxy
getset

Proxy settings, if not specified then default settings will be used.

Implemented in LicenseSpring.ManagementExtendedOptions.

◆ ServiceURL

string LicenseSpring.IManagementExtendedOptions.ServiceURL
getset

Alternate base URL for LicenseSpring Management API.

In general should not be used in client code.

This field is in use only for internal needs of the SDK or in emergency.

Implemented in LicenseSpring.ManagementExtendedOptions.


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