CastClient.StartDesktopMirroringAsync Method |
Version 101.0.180
Starts mirroring the desktop to the sink.
Namespace:
CefSharp.DevTools.Cast
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntaxpublic Task<DevToolsMethodResponse> StartDesktopMirroringAsync(
string sinkName
)
public:
Task<DevToolsMethodResponse^>^ StartDesktopMirroringAsync(
String^ sinkName
)
Parameters
- sinkName
- Type: System.String
sinkName
Return Value
Type:
Task<DevToolsMethodResponse>returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also