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