Domain Detective

API Reference

Class

CorsSummary

Namespace DomainDetective.WebStaticScanAnalysis
Assembly DomainDetective
Modifiers sealed

Provides cors summary functionality.

Inheritance

  • Object
  • CorsSummary

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

Properties

public Int32 FirstPartyResponses { get; set; } #

Gets or sets the first party responses value.

public Int32 WildcardOriginCount { get; set; } #

Gets or sets the wildcard origin count value.

public Int32 CredentialsCount { get; set; } #

Gets or sets the credentials count value.

public HashSet<String> Origins { get; } #

Gets the origins value.

public HashSet<String> Methods { get; } #

Gets the methods value.

public HashSet<String> Headers { get; } #

Gets the headers value.

{{ include "footer" }}