EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

ProxySSL Property

This property determines when to use SSL for the connection to the proxy.

Syntax

__property TibeAS2SenderProxySSLs ProxySSL = {read=FProxySSL, write=FSetProxySSL, default=0};



enum TibeAS2SenderProxySSLs { psAutomatic=0, psAlways=1, psNever=2, psTunnel=3 };

Default Value

0

Remarks

This property determines when to use SSL for the connection to the proxy. The applicable values are the following:

psAutomatic (0)Default setting. If the URL is an "https" URL, the component will use the psTunnel option. If the URL is a "http" URL, the component will use the psNever option.
psAlways (1)The connection is always SSL-enabled.
psNever (2)The connection is not SSL-enabled.
psTunnel (3)The connection is through a tunneling (HTTP) proxy.

Data Type

Integer

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]