wmJNIc.c
setCcSecureProxy


jint
setCcSecureProxy(
      WmContext *con,
      const char *host,
      const char *user,
      const char *pass)
Sets the HTTPS proxy to use for communications with the Integration Server. User and Password are optional and can be null.
Parameters:
WmContext *con - Client Context.
const char *host - HTTP proxy in the form:host:port.
const char *user - Proxy user name.
const char *pass - Proxy user's password.

Returns:
jint - The status of this call. Success return 1 otherwise return 0.