Compartilhar via


BasicHeaderValueParser.ParseHeaderElement Método

Definição

Sobrecargas

ParseHeaderElement(String, IHeaderValueParser)
ParseHeaderElement(CharArrayBuffer, ParserCursor)

Analisa um único elemento de cabeçalho.

ParseHeaderElement(String, IHeaderValueParser)

[Android.Runtime.Register("parseHeaderElement", "(Ljava/lang/String;Lorg/apache/http/message/HeaderValueParser;)Lorg/apache/http/HeaderElement;", "")]
public static Org.Apache.Http.IHeaderElement? ParseHeaderElement (string? value, Org.Apache.Http.Message.IHeaderValueParser? parser);
[<Android.Runtime.Register("parseHeaderElement", "(Ljava/lang/String;Lorg/apache/http/message/HeaderValueParser;)Lorg/apache/http/HeaderElement;", "")>]
static member ParseHeaderElement : string * Org.Apache.Http.Message.IHeaderValueParser -> Org.Apache.Http.IHeaderElement

Parâmetros

value
String

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

ParseHeaderElement(CharArrayBuffer, ParserCursor)

Analisa um único elemento de cabeçalho.

[Android.Runtime.Register("parseHeaderElement", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/http/HeaderElement;", "GetParseHeaderElement_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_message_ParserCursor_Handler")]
public virtual Org.Apache.Http.IHeaderElement? ParseHeaderElement (Org.Apache.Http.Util.CharArrayBuffer? buffer, Org.Apache.Http.Message.ParserCursor? cursor);
[<Android.Runtime.Register("parseHeaderElement", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/http/HeaderElement;", "GetParseHeaderElement_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_message_ParserCursor_Handler")>]
abstract member ParseHeaderElement : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.Message.ParserCursor -> Org.Apache.Http.IHeaderElement
override this.ParseHeaderElement : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.Message.ParserCursor -> Org.Apache.Http.IHeaderElement

Parâmetros

cursor
ParserCursor

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