Click or drag to resize

SetProxyResponse Constructor

Version 104.4.240
Initializes a new instance of the SetProxyResponse class.

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

Parameters

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