Compartilhar via


BasicLineFormatter.FormatHeader Método

Definição

Sobrecargas

FormatHeader(CharArrayBuffer, IHeader)

Formata um cabeçalho.

FormatHeader(IHeader, ILineFormatter)

Formata um cabeçalho.

FormatHeader(CharArrayBuffer, IHeader)

Formata um cabeçalho.

[Android.Runtime.Register("formatHeader", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/Header;)Lorg/apache/http/util/CharArrayBuffer;", "GetFormatHeader_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_Header_Handler")]
public virtual Org.Apache.Http.Util.CharArrayBuffer? FormatHeader (Org.Apache.Http.Util.CharArrayBuffer? buffer, Org.Apache.Http.IHeader? header);
[<Android.Runtime.Register("formatHeader", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/Header;)Lorg/apache/http/util/CharArrayBuffer;", "GetFormatHeader_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_Header_Handler")>]
abstract member FormatHeader : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.IHeader -> Org.Apache.Http.Util.CharArrayBuffer
override this.FormatHeader : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.IHeader -> Org.Apache.Http.Util.CharArrayBuffer

Parâmetros

buffer
CharArrayBuffer

um buffer disponível para formatação, ou null. O buffer será limpo antes do uso.

header
IHeader

o cabeçalho a ser formatado

Retornos

Implementações

Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

FormatHeader(IHeader, ILineFormatter)

Formata um cabeçalho.

[Android.Runtime.Register("formatHeader", "(Lorg/apache/http/Header;Lorg/apache/http/message/LineFormatter;)Ljava/lang/String;", "")]
public static string? FormatHeader (Org.Apache.Http.IHeader? header, Org.Apache.Http.Message.ILineFormatter? formatter);
[<Android.Runtime.Register("formatHeader", "(Lorg/apache/http/Header;Lorg/apache/http/message/LineFormatter;)Ljava/lang/String;", "")>]
static member FormatHeader : Org.Apache.Http.IHeader * Org.Apache.Http.Message.ILineFormatter -> string

Parâmetros

header
IHeader

o cabeçalho a ser formatado

formatter
ILineFormatter

o formatador a ser usado ou null para o Default

Retornos

Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a