Click or drag to resize

ResponseStartedEventArgs Properties

The ResponseStartedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyResponseCode
Gets the response code of the current URL request (e.g., 200, 404, and so on). Returns 0 if the request has been failed or canceled.
Public propertyUrlRequest
The URL request received from the Chromium engine.
(Inherited from NetworkEventArgs.)
Top
See Also