Show / Hide Table of Contents

Class ConfigFile.CustomProxy

Configuration values for using Custom Proxy for communication with Internet

Inheritance
Object
ConfigFile.CustomProxy
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class 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
Boolean

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
Boolean

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
Boolean
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top