TargetClientSetRemoteLocationsAsync Method |
Version 130.1.90
Enables target discovery for the specified locations, when `setDiscoverTargets` was set to
`true`.
Namespace: CefSharp.DevTools.TargetAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetRemoteLocationsAsync(
IList<RemoteLocation> locations
)
public:
Task<DevToolsMethodResponse^>^ SetRemoteLocationsAsync(
IList<RemoteLocation^>^ locations
)
Parameters
- locations IListRemoteLocation
- List of remote locations.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also