Domain Detective

API Reference

Class

SecurityHeader

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents an HTTP security header.

Inheritance

  • Object
  • SecurityHeader

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public SecurityHeader(String name, String value) #

Creates a new instance of SecurityHeader.

Parameters

name System.String requiredposition: 0
value System.String requiredposition: 1

Properties

public String Name { get; } #

Name of the header.

public String Value { get; } #

Value of the header.

{{ include "footer" }}