Show / Hide Table of Contents

Interface ConfigFile.ICustomProxyConfiguration

Configuration values for using Custom Proxy for communication with Internet Created in Process scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ICustomProxyConfiguration

Properties

CustomProxyHost

Host for custom proxy used when UseCustomProxyForPublicAccess or UseCustomProxyForIntegrationServer is set to true

Declaration
string CustomProxyHost { get; set; }
Property Value
Type Description
string

CustomProxyPort

Port for custom proxy used when UseCustomProxyForPublicAccess or UseCustomProxyForIntegrationServer is set to true

Declaration
string CustomProxyPort { get; set; }
Property Value
Type Description
string

CustomProxySslPort

SSL Port for custom proxy used when UseCustomProxyForWebhooks is set to true

Declaration
string CustomProxySslPort { get; set; }
Property Value
Type Description
string

UseCustomProxyForIntegrationServer

Use Custom Proxy server, even for local addresses, when communicating to ErpSync and Remote (Online) Quote Connector. This value overrides machine and other config default settings for proxy server.

Declaration
bool UseCustomProxyForIntegrationServer { get; set; }
Property Value
Type Description
bool

UseCustomProxyForPublicAccess

Use Custom Proxy server, even for local addresses, when communicating to public internet services. This value overrides machine and other config default settings for proxy server.

Declaration
bool UseCustomProxyForPublicAccess { get; set; }
Property Value
Type Description
bool

UseCustomProxyForWebhooks

Use Custom Proxy server when posting to webhook URLs. Uses the SSL port. This value overrides machine and other config default settings for proxy server.

Declaration
bool UseCustomProxyForWebhooks { get; set; }
Property Value
Type Description
bool

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top