RequestWrapper Constructors

Definition

Overloads

RequestWrapper(IHttpRequest)
RequestWrapper(IntPtr, JniHandleOwnership)

RequestWrapper(IHttpRequest)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/HttpRequest;)V", "")]
public RequestWrapper (Org.Apache.Http.IHttpRequest? request);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/HttpRequest;)V", "")>]
new Org.Apache.Http.Impl.Client.RequestWrapper : Org.Apache.Http.IHttpRequest -> Org.Apache.Http.Impl.Client.RequestWrapper

Parameters

request
IHttpRequest
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

RequestWrapper(IntPtr, JniHandleOwnership)

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

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