Click or drag to resize

NetworkClientGetSecurityIsolationStatusAsync Method

Version 130.1.90
Returns information about the COEP/COOP isolation status.

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetSecurityIsolationStatusResponse> GetSecurityIsolationStatusAsync(
	string frameId = null
)

Parameters

frameId  String  (Optional)
If no frameId is provided, the status of the target is provided.

Return Value

TaskGetSecurityIsolationStatusResponse
returns System.Threading.Tasks.Task<GetSecurityIsolationStatusResponse>
See Also