Org.Apache.Http.Message.HeaderGroup.GetCondensedHeader Method
Gets a header representing all of the header values with the given name.

Syntax

[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)

Parameters

name
the name of the header(s) to get

Returns

Documentation for this section has not yet been entered.

Remarks

Gets a header representing all of the header values with the given name. If more that one header with the given name exists the values will be combined with a "," as per RFC 2616.

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