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