![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
ProxySettings class. More...
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. | |
ProxySettings (string user, string password) | |
Create default proxy settings, but with custom user credentials. | |
ProxySettings (string user, string password, string proxyUri) | |
Create alternate manually set proxy. | |
Properties | |
string | Password [get, set] |
Proxy user password. | |
string | ProxyUri [get, set] |
Proxy Uri. | |
bool | UseDefaultCredentials [get, set] |
Whether SDK should try to use default credentials.See https://docs.microsoft.com/en-us/dotnet/api/system.net.credentialcache.defaultnetworkcredentials | |
string | User [get, set] |
Proxy user name. | |
![]() |
ProxySettings class.
Proxy settings can be set through the ExtendedOptions
or directly through the Configuration.Proxy
.
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".
proxyUri | Proxy Uri |
useDefaultCredentials | Use default credentials |
LicenseSpring.ProxySettings.ProxySettings | ( | string | user, |
string | password | ||
) |
Create default proxy settings, but with custom user credentials.
user | User name |
password | User password |
LicenseSpring.ProxySettings.ProxySettings | ( | string | user, |
string | password, | ||
string | proxyUri | ||
) |
Create alternate manually set proxy.
user | User name |
password | User password |
proxyUri | Proxy Uri |
|
getset |
Proxy user password.
Implements LicenseSpring.IProxySettings.
|
getset |
Proxy Uri.
Implements LicenseSpring.IProxySettings.
|
getset |
Whether SDK should try to use default credentials.See https://docs.microsoft.com/en-us/dotnet/api/system.net.credentialcache.defaultnetworkcredentials
Implements LicenseSpring.IProxySettings.
|
getset |
Proxy user name.
Implements LicenseSpring.IProxySettings.