CastClientStartDesktopMirroringAsync Method |
Version 99.2.120
Starts mirroring the desktop to the sink.
Namespace:
CefSharp.DevTools.Cast
Assembly:
CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
Syntax public Task<DevToolsMethodResponse> StartDesktopMirroringAsync(
string sinkName
)
public:
Task<DevToolsMethodResponse^>^ StartDesktopMirroringAsync(
String^ sinkName
)
Parameters
- sinkName
- Type: SystemString
sinkName
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also