Table of Contents

Method Contains

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

Contains(HttpHeader)

public bool Contains(HttpHeader item)

Parameters

item HttpHeader

Returns

bool

Contains(string)

Determines whether the collection contains a header with the specified name.

public bool Contains(string name)

Parameters

name string

The name of the header to locate.

Returns

bool

true if a header with the specified name is found; otherwise, false.