Click or drag to resize

NetworkClientGetSecurityIsolationStatusAsync Method

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

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

Parameters

frameId (Optional)
Type: SystemString
If no frameId is provided, the status of the target is provided.

Return Value

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