| RequestPausedEventArgs Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CefSharp.DevTools.Fetch
 Syntax
SyntaxThe RequestPausedEventArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RequestPausedEventArgs | Initializes a new instance of the RequestPausedEventArgs class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | FrameId | 
            The id of the frame that initiated the request.
             | 
|  | NetworkId | 
            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.
             | 
|  | Request | 
            The details of the request.
             | 
|  | RequestId | 
            Each request the page makes will have a unique id.
             | 
|  | ResourceType | 
            How the requested resource will be used.
             | 
|  | ResponseErrorReason | 
            Response error if intercepted at response stage.
             | 
|  | ResponseHeaders | 
            Response headers if intercepted at the response stage.
             | 
|  | ResponseStatusCode | 
            Response code if intercepted at response stage.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also