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