Click or drag to resize

RequestPausedEventArgs Properties

Version 130.1.90

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 propertyRedirectedRequestId If the request is due to a redirect response from the server, the id of the request that has caused the redirect.
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.
Public propertyResponseStatusText Response status text if intercepted at response stage.
Top
See Also