![]() |
LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
|
Class for storing settings when using a proxy server 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 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... | |
![]() | |
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... | |
Class for storing settings when using a proxy server
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
Implements LicenseSpring.IProxySettings.
|
getset |
Proxy user name
Implements LicenseSpring.IProxySettings.