Org.Apache.Http.Message.IHeaderValueFormatter.FormatNameValuePair Method
Formats one name-value pair, where the value is optional.

Syntax

[Android.Runtime.Register("formatNameValuePair", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/NameValuePair;Z)Lorg/apache/http/util/CharArrayBuffer;", "GetFormatNameValuePair_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_NameValuePair_ZHandler:Org.Apache.Http.Message.IHeaderValueFormatterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.Apache.Http.Util.CharArrayBuffer FormatNameValuePair (Org.Apache.Http.Util.CharArrayBuffer buffer, Org.Apache.Http.INameValuePair nvp, bool quote)

Parameters

buffer
the buffer to append to, or null to create a new buffer
nvp
the name-value pair to format
quote
true to always format with a quoted value, false to use quotes only when necessary

Returns

Documentation for this section has not yet been entered.

Remarks

Formats one name-value pair, where the value is optional.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Message
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1