Click or drag to resize

LoadUrlAsyncResponse Properties

Version 94.4.20

The LoadUrlAsyncResponse type exposes the following members.

Properties
  NameDescription
Public propertyErrorCode
Error Code. If the network request was made successfully this value will be None (no error occured)
Public propertyHttpStatusCode
Http Status Code. If ErrorCode is not equal to None then this value will be -1.
Public propertySuccess
If ErrorCode is equal to None and HttpStatusCode is equal to 200 (OK) then the main frame loaded without critical error.
Top
See Also