Share via


BasicHeaderValueFormatter.EstimateHeaderElementLen(IHeaderElement) Method

Definition

Estimates the length of a formatted header element.

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

Parameters

elem
IHeaderElement

the header element 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