HeaderGroup.GetCondensedHeader(String) Method

Definition

Gets a header representing all of the header values with the given name.

[Android.Runtime.Register("getCondensedHeader", "(Ljava/lang/String;)Lorg/apache/http/Header;", "GetGetCondensedHeader_Ljava_lang_String_Handler")]
public virtual Org.Apache.Http.IHeader? GetCondensedHeader (string? name);
[<Android.Runtime.Register("getCondensedHeader", "(Ljava/lang/String;)Lorg/apache/http/Header;", "GetGetCondensedHeader_Ljava_lang_String_Handler")>]
abstract member GetCondensedHeader : string -> Org.Apache.Http.IHeader
override this.GetCondensedHeader : string -> Org.Apache.Http.IHeader

Parameters

name
String

the name of the header(s) to get

Returns

Attributes

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