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