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