RouteTracker.TunnelProxy(HttpHost, Boolean) Method

Definition

Tracks tunnelling to a proxy in a proxy chain.

[Android.Runtime.Register("tunnelProxy", "(Lorg/apache/http/HttpHost;Z)V", "")]
public void TunnelProxy (Org.Apache.Http.HttpHost? proxy, bool secure);
[<Android.Runtime.Register("tunnelProxy", "(Lorg/apache/http/HttpHost;Z)V", "")>]
member this.TunnelProxy : Org.Apache.Http.HttpHost * bool -> unit

Parameters

proxy
HttpHost

the proxy tunnelled to

secure
Boolean

true if the route is secure, false otherwise

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to