BlockedReason Enumeration | 
Version 104.4.240 
            The reason why request was blocked.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum BlockedReason
public enum class BlockedReason
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Other | 0 | 
            other
             | 
 | Csp | 1 | 
            csp
             | 
 | MixedContent | 2 | 
            mixed-content
             | 
 | Origin | 3 | 
            origin
             | 
 | Inspector | 4 | 
            inspector
             | 
 | SubresourceFilter | 5 | 
            subresource-filter
             | 
 | ContentType | 6 | 
            content-type
             | 
 | CoepFrameResourceNeedsCoepHeader | 7 | 
            coep-frame-resource-needs-coep-header
             | 
 | CoopSandboxedIframeCannotNavigateToCoopPage | 8 | 
            coop-sandboxed-iframe-cannot-navigate-to-coop-page
             | 
 | CorpNotSameOrigin | 9 | 
            corp-not-same-origin
             | 
 | CorpNotSameOriginAfterDefaultedToSameOriginByCoep | 10 | 
            corp-not-same-origin-after-defaulted-to-same-origin-by-coep
             | 
 | CorpNotSameSite | 11 | 
            corp-not-same-site
             | 
See Also