Click or drag to resize

SetProxyResponse Constructor

Version 108.4.130
Initializes a new instance of the SetProxyResponse class.

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

Parameters

success
Type: System.Boolean
success
errorMessage
Type: System.String
error message
See Also