Org.Apache.Http.Message.IHeaderValueFormatter.FormatElements Method
Formats an array of header elements.

Syntax

[Android.Runtime.Register("formatElements", "(Lorg/apache/http/util/CharArrayBuffer;[Lorg/apache/http/HeaderElement;Z)Lorg/apache/http/util/CharArrayBuffer;", "GetFormatElements_Lorg_apache_http_util_CharArrayBuffer_arrayLorg_apache_http_HeaderElement_ZHandler:Org.Apache.Http.Message.IHeaderValueFormatterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.Apache.Http.Util.CharArrayBuffer FormatElements (Org.Apache.Http.Util.CharArrayBuffer buffer, Org.Apache.Http.IHeaderElement[] elems, bool quote)

Parameters

buffer
the buffer to append to, or null to create a new buffer
elems
the header elements 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 an array of header elements.

[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