LoadUrlAsyncResponse Constructor |
Version 130.1.90
Initializes a new instance of the LoadUrlAsyncResponse class.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public LoadUrlAsyncResponse(
CefErrorCode errorCode,
int httpStatusCode
)
public:
LoadUrlAsyncResponse(
CefErrorCode errorCode,
int httpStatusCode
)
Parameters
- errorCode CefErrorCode
- CEF Error Code
- httpStatusCode Int32
- Http Status Code
See Also