HttpRouteDirector.TunnelTarget Field

Definition

Caution

Use 'Org.Apache.Http.Conn.Routing.IHttpRouteDirector.TunnelTarget'. This class will be removed in a future release.

Step: tunnel through proxy to target.

[Android.Runtime.Register("TUNNEL_TARGET")]
[System.Obsolete("Use 'Org.Apache.Http.Conn.Routing.IHttpRouteDirector.TunnelTarget'. This class will be removed in a future release.")]
public const int TunnelTarget = 3;
[<Android.Runtime.Register("TUNNEL_TARGET")>]
[<System.Obsolete("Use 'Org.Apache.Http.Conn.Routing.IHttpRouteDirector.TunnelTarget'. This class will be removed in a future release.")>]
val mutable TunnelTarget : int

Field Value

Value = 3
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