Domain Detective

API Reference

Class

CookieRule

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Cookie rule: a 'Set-Cookie' value that contains the substring implies a 'tech'.

Inheritance

  • Object
  • CookieRule

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 CookieRule() #

Properties

public String Contains { get; set; } #
JsonPropertyName("contains")

Substring to look for in Set-Cookie values.

public String Tech { get; set; } #
JsonPropertyName("tech")

Technology label to record when matched.

{{ include "footer" }}