ClientConfigurationProxyFallbackEnabled Property |
Defines if proxy fallback feature should be enabled or not.
Proxy fallback is a feature that will allow Client SDK to connect directly to given endpoint despite proxy settings.
First, connection is made via proxy (if set in Operating System) and if there's a failure (except wrong credentials),
another attempt is made to establish a connection, only this time bypassing proxy settings.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic bool ProxyFallbackEnabled { get; set; }
Property Value
Type:
Boolean
See Also