Table of Contents

Method Contains

Namespace
Sisk.Core.Http.Engine
Assembly
Sisk.Core.dll

Contains(string)

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

bool Contains(string name)

Parameters

name string

The name of the header to locate.

Returns

bool

true if the collection contains the header; otherwise, false.