Walter.Web.FireWall
ContentSecurityPolicyViolation.ContentSecurityPolicyViolationsReport Class Members
Properties  Methods 


Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace : ContentSecurityPolicyViolation.ContentSecurityPolicyViolationsReport Class

The following tables list the members exposed by ContentSecurityPolicyViolation.ContentSecurityPolicyViolationsReport.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property The URI of the resource that was blocked from loading by the Content Security Policy. If the blocked URI is from a different origin than the document-uri, then the blocked URI is truncated to contain just the scheme, host, and port.  
Public Property Either "enforce" or "report" depending on whether the Content-Security-Policy-Report-Only header or the Content-Security-Policy header is used.  
Public Property The URI of the document in which the violation occurred.  
Public Property The directive whose enforcement caused the violation.  
Public Property the line number in the document that caused the violation  
Public Property The original policy as specified by the Content-Security-Policy HTTP header.  
Public Property The referrer of the document in which the violation occurred.  
Public Property The first 40 characters of the inline script, event handler, or style that caused the violation.  
Public Property the file name  
Public Property The HTTP status code of the resource on which the global object was instantiated.  
Public Property The name of the policy section that was violated.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Determines whether the specified System.Object is equal to this instance.  
Public Method Returns a hash code for this instance.  
Top
Extension Methods
 NameDescription
Public Extension Method implements parsing to cast a type from string to a type
Top
See Also

Reference

ContentSecurityPolicyViolation.ContentSecurityPolicyViolationsReport Class
Walter.Web.FireWall Namespace