Click or drag to resize

RequestPausedEventArgs Properties

Version 94.4.20

The RequestPausedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyFrameId
The id of the frame that initiated the request.
Public propertyNetworkId
If the intercepted request had a corresponding Network.requestWillBeSent event fired for it, then this networkId will be the same as the requestId present in the requestWillBeSent event.
Public propertyRequest
The details of the request.
Public propertyRequestId
Each request the page makes will have a unique id.
Public propertyResourceType
How the requested resource will be used.
Public propertyResponseErrorReason
Response error if intercepted at response stage.
Public propertyResponseHeaders
Response headers if intercepted at the response stage.
Public propertyResponseStatusCode
Response code if intercepted at response stage.
Top
See Also