Show / Hide Table of Contents

Class VulnerableHeaders

Information about vulnerable or missing HTTP Headers.

Inheritance
object
VulnerableHeaders
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WebSecurityScanner.v1alpha.Data
Assembly: Google.Apis.WebSecurityScanner.v1alpha.dll
Syntax
public class VulnerableHeaders : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Headers

List of vulnerable headers.

Declaration
[JsonProperty("headers")]
public virtual IList<Header> Headers { get; set; }
Property Value
Type Description
IList<Header>

MissingHeaders

List of missing headers.

Declaration
[JsonProperty("missingHeaders")]
public virtual IList<Header> MissingHeaders { get; set; }
Property Value
Type Description
IList<Header>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX