Org.Apache.Http.Message.IHeaderValueFormatter.FormatParameters Method
Formats the parameters of a header element.

Syntax

[Android.Runtime.Register("formatParameters", "(Lorg/apache/http/util/CharArrayBuffer;[Lorg/apache/http/NameValuePair;Z)Lorg/apache/http/util/CharArrayBuffer;", "GetFormatParameters_Lorg_apache_http_util_CharArrayBuffer_arrayLorg_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 FormatParameters (Org.Apache.Http.Util.CharArrayBuffer buffer, Org.Apache.Http.INameValuePair[] nvps, bool quote)

Parameters

buffer
the buffer to append to, or null to create a new buffer
nvps
the parameters (name-value pairs) to format
quote
true to always format with quoted values, false to use quotes only when necessary

Returns

Documentation for this section has not yet been entered.

Remarks

Formats the parameters of a header element. That's a list of name-value pairs, to be separated by semicolons. This method will not generate a leading semicolon.

[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