BasicHeaderValueParser.CreateNameValuePair(String, String) Method

Definition

Creates a name-value pair.

[Android.Runtime.Register("createNameValuePair", "(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/http/NameValuePair;", "GetCreateNameValuePair_Ljava_lang_String_Ljava_lang_String_Handler")]
protected virtual Org.Apache.Http.INameValuePair? CreateNameValuePair (string? name, string? value);
[<Android.Runtime.Register("createNameValuePair", "(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/http/NameValuePair;", "GetCreateNameValuePair_Ljava_lang_String_Ljava_lang_String_Handler")>]
abstract member CreateNameValuePair : string * string -> Org.Apache.Http.INameValuePair
override this.CreateNameValuePair : string * string -> Org.Apache.Http.INameValuePair

Parameters

name
String
value
String

Returns

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