BasicNameValuePair Constructors

Definition

Overloads

BasicNameValuePair(IntPtr, JniHandleOwnership)
BasicNameValuePair(String, String)

BasicNameValuePair(IntPtr, JniHandleOwnership)

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

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

BasicNameValuePair(String, String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public BasicNameValuePair (string? name, string? value);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")>]
new Org.Apache.Http.Message.BasicNameValuePair : string * string -> Org.Apache.Http.Message.BasicNameValuePair

Parameters

name
String
value
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