NetworkClientGetSecurityIsolationStatusAsync Method  | 
Version 93.1.111 
            Returns information about the COEP/COOP isolation status.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic Task<GetSecurityIsolationStatusResponse> GetSecurityIsolationStatusAsync(
	string frameId = null
)
public:
Task<GetSecurityIsolationStatusResponse^>^ GetSecurityIsolationStatusAsync(
	String^ frameId = nullptr
)
Parameters
- frameId (Optional)
 - Type: SystemString
If no frameId is provided, the status of the target is provided. 
Return Value
Type: 
TaskGetSecurityIsolationStatusResponsereturns System.Threading.Tasks.Task<GetSecurityIsolationStatusResponse>
See Also