BasicHeaderValueFormatter.EstimateNameValuePairLen(INameValuePair) Method

Definition

Estimates the length of a formatted name-value pair.

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

Parameters

nvp
INameValuePair

the name-value pair 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