RoutedRequest Constructors

Definition

Overloads

RoutedRequest(RequestWrapper, HttpRoute)
RoutedRequest(IntPtr, JniHandleOwnership)

RoutedRequest(RequestWrapper, HttpRoute)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/impl/client/RequestWrapper;Lorg/apache/http/conn/routing/HttpRoute;)V", "")]
public RoutedRequest (Org.Apache.Http.Impl.Client.RequestWrapper? req, Org.Apache.Http.Conn.Routing.HttpRoute? route);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/impl/client/RequestWrapper;Lorg/apache/http/conn/routing/HttpRoute;)V", "")>]
new Org.Apache.Http.Impl.Client.RoutedRequest : Org.Apache.Http.Impl.Client.RequestWrapper * Org.Apache.Http.Conn.Routing.HttpRoute -> Org.Apache.Http.Impl.Client.RoutedRequest

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

RoutedRequest(IntPtr, JniHandleOwnership)

protected RoutedRequest (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.Client.RoutedRequest : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.Client.RoutedRequest

Parameters

javaReference
IntPtr

nativeint

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