Click or drag to resize

TargetClientSetRemoteLocationsAsync Method

Version 130.1.90
Enables target discovery for the specified locations, when `setDiscoverTargets` was set to `true`.

Namespace: CefSharp.DevTools.Target
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> SetRemoteLocationsAsync(
	IList<RemoteLocation> locations
)

Parameters

locations  IListRemoteLocation
List of remote locations.

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also