Language

ConnRouteParams.NoRoute Property

Definition

A special value indicating "no route".

[Android.Runtime.Register("NO_ROUTE")]
public static Org.Apache.Http.Conn.Routing.HttpRoute? NoRoute { get; }
[<Android.Runtime.Register("NO_ROUTE")>]
static member NoRoute : Org.Apache.Http.Conn.Routing.HttpRoute

Property Value

A route with NoHost as its target, used to indicate no route.

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