Click or drag to resize

EmulationClient.CanEmulateAsync Method

Version 112.3.0
Tells whether emulation is supported.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax
public Task<CanEmulateResponse> CanEmulateAsync()

Return Value

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