Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_GetSSLProxyPort

tibemsConnectionFactory_GetSSLProxyPort
Function
Purpose
Get the SSL 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.
 
factory has usage pointer.
Parameters
 
See Also
tibemsConnectionFactory_SetSSLProxy on page 284

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved