BasicHeaderValueFormatter.FormatNameValuePair 方法

定义

重载

FormatNameValuePair(INameValuePair, Boolean, IHeaderValueFormatter)

设置一个名称/值对的格式,其中该值是可选的。

FormatNameValuePair(CharArrayBuffer, INameValuePair, Boolean)

设置一个名称/值对的格式,其中该值是可选的。

FormatNameValuePair(INameValuePair, Boolean, IHeaderValueFormatter)

设置一个名称/值对的格式,其中该值是可选的。

[Android.Runtime.Register("formatNameValuePair", "(Lorg/apache/http/NameValuePair;ZLorg/apache/http/message/HeaderValueFormatter;)Ljava/lang/String;", "")]
public static string? FormatNameValuePair (Org.Apache.Http.INameValuePair? nvp, bool quote, Org.Apache.Http.Message.IHeaderValueFormatter? formatter);
[<Android.Runtime.Register("formatNameValuePair", "(Lorg/apache/http/NameValuePair;ZLorg/apache/http/message/HeaderValueFormatter;)Ljava/lang/String;", "")>]
static member FormatNameValuePair : Org.Apache.Http.INameValuePair * bool * Org.Apache.Http.Message.IHeaderValueFormatter -> string

参数

nvp
INameValuePair

要设置格式的名称/值对

quote
Boolean

true 如果始终使用带引号的值进行格式设置, false 则仅在必要时使用引号

formatter
IHeaderValueFormatter

要使用的格式化程序,或 null 用于 Default

返回

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

FormatNameValuePair(CharArrayBuffer, INameValuePair, Boolean)

设置一个名称/值对的格式,其中该值是可选的。

[Android.Runtime.Register("formatNameValuePair", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/NameValuePair;Z)Lorg/apache/http/util/CharArrayBuffer;", "GetFormatNameValuePair_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_NameValuePair_ZHandler")]
public virtual Org.Apache.Http.Util.CharArrayBuffer? FormatNameValuePair (Org.Apache.Http.Util.CharArrayBuffer? buffer, Org.Apache.Http.INameValuePair? nvp, bool quote);
[<Android.Runtime.Register("formatNameValuePair", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/NameValuePair;Z)Lorg/apache/http/util/CharArrayBuffer;", "GetFormatNameValuePair_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_NameValuePair_ZHandler")>]
abstract member FormatNameValuePair : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.INameValuePair * bool -> Org.Apache.Http.Util.CharArrayBuffer
override this.FormatNameValuePair : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.INameValuePair * bool -> Org.Apache.Http.Util.CharArrayBuffer

参数

buffer
CharArrayBuffer

要追加到的缓冲区,或 null 创建新缓冲区

nvp
INameValuePair

要设置格式的名称/值对

quote
Boolean

true 如果始终使用带引号的值进行格式设置, false 则仅在必要时使用引号

返回

实现

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于