[]
        
(Showing Draft Content)

C1.DataConnector.ProxySettings

ProxySettings Class

The base class for Proxy Settings containing the common information for all providers to set up a proxy server.

Inheritance
ProxySettings
Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public class ProxySettings

Constructors

Name Description
ProxySettings()

Properties

Name Description
ProxyAuthScheme

The authentication type to use to authenticate to the ProxyServer proxy.

ProxyPassword

A password to be used to authenticate to the ProxyServer proxy.

ProxyPort

The TCP port the ProxyServer proxy is running on.

ProxyServer

The hostname or IP address of a proxy to route HTTP traffic through.

ProxyUsername

A user name to be used to authenticate to the ProxyServer proxy.