API Reference
Class
CorsSummary
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
- Property WebStaticScanAnalysis.Cors
Constructors
public CorsSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.