CastClientStopCastingAsync Method |
Version 130.1.90
Stops the active Cast session on the sink.
Namespace: CefSharp.DevTools.CastAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> StopCastingAsync(
string sinkName
)
public:
Task<DevToolsMethodResponse^>^ StopCastingAsync(
String^ sinkName
)
Parameters
- sinkName String
- sinkName
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also