C# Class Stumps.Http.IgnoredHeaders

A class that determines if the HTTP header shouold be ignored and not transferred to the response.
Show file Open project: Cayan-LLC/stumps

Public Methods

Method Description
IsIgnored ( string headerName ) : bool

Determines whether the specified header name is ignored.

Method Details

IsIgnored() public static method

Determines whether the specified header name is ignored.
public static IsIgnored ( string headerName ) : bool
headerName string THe name of the header.
return bool