RequestHeaders.Contains(String) Method

Definition

Returns true if the headers is stored in the collection.

public bool Contains (string name);
member this.Contains : string -> bool
Public Function Contains (name As String) As Boolean

Parameters

name
String

The header name.

Returns

true if the specified header is stored in the collection, otherwise false.

Applies to