LoadUrlAsyncResponse Properties |
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 | |
![]() | Success |
If ErrorCode is equal to None and
HttpStatusCode is equal to 200 (OK) then the main frame loaded without
critical error.
|