Click or drag to resize

TargetClientGetTargetInfoAsync Method

Version 102.0.100
Returns information about a target.

Namespace:  CefSharp.DevTools.Target
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public Task<GetTargetInfoResponse> GetTargetInfoAsync(
	string targetId = null
)

Parameters

targetId (Optional)
Type: SystemString
targetId

Return Value

Type: TaskGetTargetInfoResponse
returns System.Threading.Tasks.Task<GetTargetInfoResponse>
See Also