Click or drag to resize

CastClientStartDesktopMirroringAsync Method

Version 106.0.290
Starts mirroring the desktop to the sink.

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

Parameters

sinkName
Type: SystemString
sinkName

Return Value

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