Hevea documentation

HttpHeaderCollection.Contains Method 

Checks that a header is contained in the collection (case insensitive).

public bool Contains(
   string header
);

Parameters

header
header identifier

Return Value

true if the header is in the collection

Exceptions

Exception Type Condition
ArgumentNullException header is null

See Also

HttpHeaderCollection Class | Hevea.Core.Http Namespace