tibemsConnectionFactory_GetSSLProxyHost
Function
Purpose
Get the TLS proxy host from a connection factory.
C Declaration
tibems_status tibemsConnectionFactory_GetSSLProxyHost( tibemsConnectionFactory factory, const char** proxy_host);
COBOL Call
CALL "tibemsConnectionFactory_GetSSLProxyHost" USING BY VALUE factory, BY REFERENCE proxy-host, RETURNING tibems-status END-CALL.
Note:
factory
and
proxy-host
have usage pointer.
Parameters
Parameter | Description |
---|---|
factory
|
Get the TLS proxy host from this connection factory. |
proxy_host
|
The function stores the proxy host in this location. |