Class ProxyServerConfig
Encapsulates the proxy server configurations.
Inheritance
System.Object
ProxyServerConfig
Namespace: Adobe.PDFServicesSDK.config.proxy
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class ProxyServerConfig
Properties
Host
Gets the host name of the proxy server.
Declaration
public string Host { get; }
Property Value
Type | Description |
---|---|
System.String |
Port
Gets the port number of the proxy server.
Declaration
public int Port { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProxyAuthenticationCredentials
Gets the proxy server URL.
Declaration
public IProxyAuthenticationCredentials ProxyAuthenticationCredentials { get; }
Property Value
Type | Description |
---|---|
IProxyAuthenticationCredentials |
Scheme
Gets the scheme of the proxy server.
Declaration
public ProxyScheme Scheme { get; }
Property Value
Type | Description |
---|---|
ProxyScheme |
Methods
ProxyServerConfigBuilder()
Creates a new ProxyServerConfig builder.
Declaration
public static ProxyServerConfig.Builder ProxyServerConfigBuilder()
Returns
Type | Description |
---|---|
ProxyServerConfig.Builder | A ProxyServerConfig.Builder instance |