API Reference
Class
SecurityHeader
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
- Property HttpAnalysis.SecurityHeaders
Constructors
public SecurityHeader(String name, String value) #Creates a new instance of SecurityHeader.
Parameters
- name System.String
- value System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object