Click or drag to resize

WaitForNavigationAsyncResponse Constructor

Version 130.1.90
Initializes a new instance of the WaitForNavigationAsyncResponse class.

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

Parameters

errorCode  CefErrorCode
CEF Error Code
httpStatusCode  Int32
Http Status Code
See Also