tibemsConnectionFactory_GetSSLProxyPort

Function

Purpose

Get the TLS proxy port from a connection factory.

C Declaration

tibems_status tibemsConnectionFactory_GetSSLProxyPort(
    tibemsConnectionFactory factory,
    tibems_int* proxy_port);

COBOL Call

CALL "tibemsConnectionFactory_GetSSLProxyPort"
     USING BY VALUE factory,
           BY REFERENCE proxy-port,
     RETURNING tibems-status
END-CALL.
Note: factory has usage pointer.

Parameters

Parameter Description
factory Get the TLS proxy port number from this connection factory.
proxy_port The function stores the proxy port in this location.