Language

RouteTracker.ToRoute Method

Definition

Obtains the tracked route.

[Android.Runtime.Register("toRoute", "()Lorg/apache/http/conn/routing/HttpRoute;", "")]
public Org.Apache.Http.Conn.Routing.HttpRoute? ToRoute();
[<Android.Runtime.Register("toRoute", "()Lorg/apache/http/conn/routing/HttpRoute;", "")>]
member this.ToRoute : unit -> Org.Apache.Http.Conn.Routing.HttpRoute

Returns

The tracked route, or null if no connection has been tracked.

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