Click or drag to resize

LoadUrlAsyncResponse Constructor

Version 91.1.160
Default constructor

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax
public LoadUrlAsyncResponse(
	CefErrorCode errorCode,
	int httpStatusCode
)

Parameters

errorCode
Type: CefSharpCefErrorCode
CEF Error Code
httpStatusCode
Type: SystemInt32
Http Status Code
See Also