Org.Apache.Http.Message.HeaderGroup.GetHeaders Method
Gets all of the headers with the given name.

Syntax

[Android.Runtime.Register("getHeaders", "(Ljava/lang/String;)[Lorg/apache/http/Header;", "GetGetHeaders_Ljava_lang_String_Handler")]
public virtual Org.Apache.Http.IHeader[] GetHeaders (string name)

Parameters

name
the name of the header(s) to get

Returns

Documentation for this section has not yet been entered.

Remarks

Gets all of the headers with the given name. The returned array maintains the relative order in which the headers were added.

Header name comparison is case insensitive.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Message
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1