Click or drag to resize

SetProxyResponse Constructor

Version 130.1.90
Initializes a new instance of the SetProxyResponse class.

Namespace: CefSharp.Preferences
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public SetProxyResponse(
	bool success,
	string errorMessage
)

Parameters

success  Boolean
success
errorMessage  String
error message
See Also