UrlEncodedFormEntity Constructors

Definition

Overloads

UrlEncodedFormEntity(IList<INameValuePair>)
UrlEncodedFormEntity(IList<INameValuePair>, String)
UrlEncodedFormEntity(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

UrlEncodedFormEntity(IList<INameValuePair>)

[Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "")]
public UrlEncodedFormEntity (System.Collections.Generic.IList<Org.Apache.Http.INameValuePair>? parameters);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "")>]
new Org.Apache.Http.Client.Entity.UrlEncodedFormEntity : System.Collections.Generic.IList<Org.Apache.Http.INameValuePair> -> Org.Apache.Http.Client.Entity.UrlEncodedFormEntity

Parameters

parameters
IList<INameValuePair>
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

UrlEncodedFormEntity(IList<INameValuePair>, String)

[Android.Runtime.Register(".ctor", "(Ljava/util/List;Ljava/lang/String;)V", "")]
public UrlEncodedFormEntity (System.Collections.Generic.IList<Org.Apache.Http.INameValuePair>? parameters, string? encoding);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;Ljava/lang/String;)V", "")>]
new Org.Apache.Http.Client.Entity.UrlEncodedFormEntity : System.Collections.Generic.IList<Org.Apache.Http.INameValuePair> * string -> Org.Apache.Http.Client.Entity.UrlEncodedFormEntity

Parameters

parameters
IList<INameValuePair>
encoding
String
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

UrlEncodedFormEntity(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

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

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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