Click or drag to resize

TargetClientSetRemoteLocationsAsync Method

Version 113.3.50
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: 113.3.50.0
Syntax
public Task<DevToolsMethodResponse> SetRemoteLocationsAsync(
	IList<RemoteLocation> locations
)

Parameters

locations
Type: System.Collections.GenericIListRemoteLocation
List of remote locations.

Return Value

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