BasicHeaderValueParser.ParseElements Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ParseElements(CharArrayBuffer, ParserCursor) |
Analizza un valore di intestazione in elementi. |
ParseElements(String, IHeaderValueParser) |
ParseElements(CharArrayBuffer, ParserCursor)
Analizza un valore di intestazione in elementi.
[Android.Runtime.Register("parseElements", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)[Lorg/apache/http/HeaderElement;", "GetParseElements_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_message_ParserCursor_Handler")]
public virtual Org.Apache.Http.IHeaderElement[]? ParseElements (Org.Apache.Http.Util.CharArrayBuffer? buffer, Org.Apache.Http.Message.ParserCursor? cursor);
[<Android.Runtime.Register("parseElements", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)[Lorg/apache/http/HeaderElement;", "GetParseElements_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_message_ParserCursor_Handler")>]
abstract member ParseElements : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.Message.ParserCursor -> Org.Apache.Http.IHeaderElement[]
override this.ParseElements : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.Message.ParserCursor -> Org.Apache.Http.IHeaderElement[]
Parametri
- buffer
- CharArrayBuffer
- cursor
- ParserCursor
Restituisce
Implementazioni
- Attributi
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.
Si applica a
ParseElements(String, IHeaderValueParser)
[Android.Runtime.Register("parseElements", "(Ljava/lang/String;Lorg/apache/http/message/HeaderValueParser;)[Lorg/apache/http/HeaderElement;", "")]
public static Org.Apache.Http.IHeaderElement[]? ParseElements (string? value, Org.Apache.Http.Message.IHeaderValueParser? parser);
[<Android.Runtime.Register("parseElements", "(Ljava/lang/String;Lorg/apache/http/message/HeaderValueParser;)[Lorg/apache/http/HeaderElement;", "")>]
static member ParseElements : string * Org.Apache.Http.Message.IHeaderValueParser -> Org.Apache.Http.IHeaderElement[]
Parametri
- value
- String
- parser
- IHeaderValueParser
Restituisce
- Attributi
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.