CastClientStartTabMirroringAsync Method  | 
Version 104.4.240 
            Starts mirroring the tab to the sink.
            
 
    Namespace: 
   CefSharp.DevTools.Cast
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<DevToolsMethodResponse> StartTabMirroringAsync(
	string sinkName
)
public:
Task<DevToolsMethodResponse^>^ StartTabMirroringAsync(
	String^ sinkName
)
Parameters
- sinkName
 - Type: SystemString
sinkName 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also