LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
LicenseSpring.ProxySettings Class Reference

Class for storing settings when using a proxy server More...

Inheritance diagram for LicenseSpring.ProxySettings:
LicenseSpring.IProxySettings

Public Member Functions

 ProxySettings ()
 Use default proxy settings, corresponds to .Net defaults
 
 ProxySettings (string proxyUri, bool useDefaultCredentials=true)
 Create custom proxy, try to use default credentials More...
 
 ProxySettings (string user, string password)
 Create default proxy settings, but with custom user credentials More...
 
 ProxySettings (string user, string password, string proxyUri)
 Create alternate manually set proxy More...
 

Properties

string Password [get, set]
 Proxy user password More...
 
string ProxyUri [get, set]
 Proxy Uri More...
 
bool UseDefaultCredentials [get, set]
 Whether SDK should try to use default credentials More...
 
string User [get, set]
 Proxy user name More...
 
- Properties inherited from LicenseSpring.IProxySettings
string Password [get, set]
 Proxy user password More...
 
string ProxyUri [get, set]
 Proxy Uri More...
 
bool UseDefaultCredentials [get, set]
 Whether SDK should try to use default credentials More...
 
string User [get, set]
 Proxy user name More...
 

Detailed Description

Class for storing settings when using a proxy server

Proxy settings can be set through the ExtendedOptions or directly through the Configuration.Proxy.

Constructor & Destructor Documentation

◆ ProxySettings() [1/3]

LicenseSpring.ProxySettings.ProxySettings ( string  proxyUri,
bool  useDefaultCredentials = true 
)

Create custom proxy, try to use default credentials

For example proxyUri could be something like this "http://local.example.com:1080".

Parameters
proxyUriProxy Uri
useDefaultCredentialsUse default credentials

◆ ProxySettings() [2/3]

LicenseSpring.ProxySettings.ProxySettings ( string  user,
string  password 
)

Create default proxy settings, but with custom user credentials

Parameters
userUser name
passwordUser password

◆ ProxySettings() [3/3]

LicenseSpring.ProxySettings.ProxySettings ( string  user,
string  password,
string  proxyUri 
)

Create alternate manually set proxy

Parameters
userUser name
passwordUser password
proxyUriProxy Uri

Property Documentation

◆ Password

string LicenseSpring.ProxySettings.Password
getset

Proxy user password

Implements LicenseSpring.IProxySettings.

◆ ProxyUri

string LicenseSpring.ProxySettings.ProxyUri
getset

Proxy Uri

Implements LicenseSpring.IProxySettings.

◆ UseDefaultCredentials

bool LicenseSpring.ProxySettings.UseDefaultCredentials
getset

Whether SDK should try to use default credentials

Implements LicenseSpring.IProxySettings.

◆ User

string LicenseSpring.ProxySettings.User
getset

Proxy user name

Implements LicenseSpring.IProxySettings.


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