BasicHeaderValueFormatter.EstimateElementsLen(IHeaderElement[]) Method

Definition

Estimates the length of formatted header elements.

[Android.Runtime.Register("estimateElementsLen", "([Lorg/apache/http/HeaderElement;)I", "GetEstimateElementsLen_arrayLorg_apache_http_HeaderElement_Handler")]
protected virtual int EstimateElementsLen (Org.Apache.Http.IHeaderElement[]? elems);
[<Android.Runtime.Register("estimateElementsLen", "([Lorg/apache/http/HeaderElement;)I", "GetEstimateElementsLen_arrayLorg_apache_http_HeaderElement_Handler")>]
abstract member EstimateElementsLen : Org.Apache.Http.IHeaderElement[] -> int
override this.EstimateElementsLen : Org.Apache.Http.IHeaderElement[] -> int

Parameters

elems
IHeaderElement[]

the header elements to format, or null

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