Load |
The LoadUrlAsyncResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| ErrorCode | Error Code. If the network request was made successfully this value will be None (no error occured) | |
| HttpStatusCode | Http Status Code. If ErrorCode is not equal to None then this value will be -1. | |
| Success | If ErrorCode is equal to None and HttpStatusCode is equal to 200 (OK) then the main frame loaded without critical error. |