RouteTracker.ConnectProxy(HttpHost, Boolean) Method

Definition

Tracks connecting to the first proxy.

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

Parameters

proxy
HttpHost

the proxy connected 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