Click or drag to resize

SystemInfoClientGetFeatureStateAsync Method

Version 111.2.70
Returns information about the feature state.

Namespace:  CefSharp.DevTools.SystemInfo
Assembly:  CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public Task<GetFeatureStateResponse> GetFeatureStateAsync(
	string featureState
)

Parameters

featureState
Type: SystemString
featureState

Return Value

Type: TaskGetFeatureStateResponse
returns System.Threading.Tasks.Task<GetFeatureStateResponse>
See Also