|
get_default_proxy function |
|
Contained in package wwctx_api_proxy. Call this function to return the default proxy, as specified in the proxy settings. The default proxy is used for all non-provider HTTP connections made by Portal. Administrators can choose one proxy as the default proxy. function get_default_proxy return proxy_info; |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Returns: This function returns a proxy_info record, containing information about the default proxy. Exceptions:
Example: l_proxy_info wwctx_api_proxy.proxy_info; |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |