BasicHeader.GetElements Method

Definition

Returns an array of IHeaderElements constructed from my value.

[Android.Runtime.Register("getElements", "()[Lorg/apache/http/HeaderElement;", "GetGetElementsHandler")]
public virtual Org.Apache.Http.IHeaderElement[]? GetElements ();
[<Android.Runtime.Register("getElements", "()[Lorg/apache/http/HeaderElement;", "GetGetElementsHandler")>]
abstract member GetElements : unit -> Org.Apache.Http.IHeaderElement[]
override this.GetElements : unit -> Org.Apache.Http.IHeaderElement[]

Returns

Implements

Attributes

Exceptions

in case of a parse error

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also

  • <xref:Org.Apache.Http.Message.BasicHeaderValueParser.ParseElements(System.String%2c+Org.Apache.Http.Message.IHeaderValueParser)>