ConnRouteParamBean.SetForcedRoute(HttpRoute) Method

Definition

[Android.Runtime.Register("setForcedRoute", "(Lorg/apache/http/conn/routing/HttpRoute;)V", "GetSetForcedRoute_Lorg_apache_http_conn_routing_HttpRoute_Handler")]
public virtual void SetForcedRoute (Org.Apache.Http.Conn.Routing.HttpRoute? route);
[<Android.Runtime.Register("setForcedRoute", "(Lorg/apache/http/conn/routing/HttpRoute;)V", "GetSetForcedRoute_Lorg_apache_http_conn_routing_HttpRoute_Handler")>]
abstract member SetForcedRoute : Org.Apache.Http.Conn.Routing.HttpRoute -> unit
override this.SetForcedRoute : Org.Apache.Http.Conn.Routing.HttpRoute -> unit

Parameters

route
HttpRoute
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

See also