[ Version ( deprecated = true , deprecated_since = "0.15.0" , since = "0.9.0" ) ]
public void set_proxy_uri (URI? proxy_uri)
Warning: set_proxy_uri is deprecated since 0.15.0.
Sets the proxy URI on the Session used internally by the OAuth1Authorizer.
Use set_proxy_resolver instead, which gives more flexibility over the proxy used.
This forces all requests through the given proxy.
If proxy_uri is null, no proxy will be used.
| this | |
| proxy_uri |
the proxy URI, or null |