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