CastClientStartTabMirroringAsync Method |
Version 130.1.90
Starts mirroring the tab to the sink.
Namespace: CefSharp.DevTools.CastAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> StartTabMirroringAsync(
string sinkName
)
public:
Task<DevToolsMethodResponse^>^ StartTabMirroringAsync(
String^ sinkName
)
Parameters
- sinkName String
- sinkName
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also