Class ConfigFile.CustomProxy
Configuration values for using Custom Proxy for communication with Internet
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.CustomProxy
Properties
CustomProxyHost
Host for custom proxy used when UseCustomProxyForPublicAccess or UseCustomProxyForIntegrationServer is set to true
Declaration
public static string CustomProxyHost { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomProxyPort
Port for custom proxy used when UseCustomProxyForPublicAccess or UseCustomProxyForIntegrationServer is set to true
Declaration
public static string CustomProxyPort { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomProxySslPort
SSL Port for custom proxy used when UseCustomProxyForWebhooks is set to true
Declaration
public static 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
public static 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
public static 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
public static bool UseCustomProxyForWebhooks { get; set; }
Property Value
Type | Description |
---|---|
bool |