BasicHeaderValueFormatter.EstimateNameValuePairLen(INameValuePair) Método

Definición

Calcula la longitud de un par de nombre-valor con formato.

[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

Parámetros

nvp
INameValuePair

el par nombre-valor al que se va a dar formato, o null

Devoluciones

Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a