Click or drag to resize

SetProxyResponse Constructor

Version 94.4.20
Initializes a new instance of the SetProxyResponse class.

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

Parameters

success
Type: SystemBoolean
success
errorMessage
Type: SystemString
error message
See Also