Org.Apache.Http.Message.HeaderGroup.ContainsHeader Method
Tests if headers with the given name are contained within this group.

Syntax

[Android.Runtime.Register("containsHeader", "(Ljava/lang/String;)Z", "GetContainsHeader_Ljava_lang_String_Handler")]
public virtual bool ContainsHeader (string name)

Parameters

name
the header name to test for

Returns

Documentation for this section has not yet been entered.

Remarks

Tests if headers with the given name are contained within this group.

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