Org.Apache.Http.Conn.Routing.RouteTracker.TunnelProxy Method
Tracks tunnelling to a proxy in a proxy chain.

Syntax

[Android.Runtime.Register("tunnelProxy", "(Lorg/apache/http/HttpHost;Z)V", "")]
public void TunnelProxy (Org.Apache.Http.HttpHost proxy, bool secure)

Parameters

proxy
the proxy tunnelled to
secure
true if the route is secure, false otherwise

Remarks

Tracks tunnelling to a proxy in a proxy chain. This will extend the tracked proxy chain, but it does not mark the route as tunnelled. Only end-to-end tunnels are considered there.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Conn.Routing
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1