Parsed: 116622
<?php /** * HTTP API: WP_HTTP_Proxy class * * @package WordPress * @subpackage HTTP * @since 4.4.0 */ #[AllowDynamicProperties] /* class WP_HTTP_Proxy */ /* function WP_HTTP_Proxy::is_enabled() – Whether proxy connection should be used. */ /* function WP_HTTP_Proxy::use_authentication() – Whether authentication should be used. */ /* function WP_HTTP_Proxy::host() – Retrieve the host for the proxy server. */ /* function WP_HTTP_Proxy::port() – Retrieve the port for the proxy server. */ /* function WP_HTTP_Proxy::username() – Retrieve the username for proxy authentication. */ /* function WP_HTTP_Proxy::password() – Retrieve the password for proxy authentication. */ /* function WP_HTTP_Proxy::authentication() – Retrieve authentication string for proxy authentication. */ /* function WP_HTTP_Proxy::authentication_header() – Retrieve header string for proxy authentication. */ /* function WP_HTTP_Proxy::send_through_proxy() – Determines whether the request should be sent through a proxy. */