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