WaitForNavigationAsyncResponse Constructor |
Version 104.4.240
Initializes a new instance of the WaitForNavigationAsyncResponse class.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public WaitForNavigationAsyncResponse(
CefErrorCode errorCode,
int httpStatusCode
)
public:
WaitForNavigationAsyncResponse(
CefErrorCode errorCode,
int httpStatusCode
)
Parameters
- errorCode
- Type: CefSharpCefErrorCode
CEF Error Code - httpStatusCode
- Type: SystemInt32
Http Status Code
See Also