Click or drag to resize

CastClientStartTabMirroringAsync Method

Version 103.0.120
Starts mirroring the tab to the sink.

Namespace:  CefSharp.DevTools.Cast
Assembly:  CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
Syntax
public Task<DevToolsMethodResponse> StartTabMirroringAsync(
	string sinkName
)

Parameters

sinkName
Type: SystemString
sinkName

Return Value

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