BasicHeaderValueFormatter.EstimateParametersLen(INameValuePair[]) Method

Definition

Estimates the length of formatted parameters.

[Android.Runtime.Register("estimateParametersLen", "([Lorg/apache/http/NameValuePair;)I", "GetEstimateParametersLen_arrayLorg_apache_http_NameValuePair_Handler")]
protected virtual int EstimateParametersLen (Org.Apache.Http.INameValuePair[]? nvps);
[<Android.Runtime.Register("estimateParametersLen", "([Lorg/apache/http/NameValuePair;)I", "GetEstimateParametersLen_arrayLorg_apache_http_NameValuePair_Handler")>]
abstract member EstimateParametersLen : Org.Apache.Http.INameValuePair[] -> int
override this.EstimateParametersLen : Org.Apache.Http.INameValuePair[] -> int

Parameters

nvps
INameValuePair[]

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