RequestWillBeSentEventArgs Class |
Namespace: CefSharp.DevTools.Network
The RequestWillBeSentEventArgs type exposes the following members.
Name | Description | |
---|---|---|
RequestWillBeSentEventArgs | Initializes a new instance of the RequestWillBeSentEventArgs class |
Name | Description | |
---|---|---|
DocumentURL |
URL of the document this request is loaded for.
| |
FrameId |
Frame identifier.
| |
HasUserGesture |
Whether the request is initiated by a user gesture. Defaults to false.
| |
Initiator |
Request initiator.
| |
LoaderId |
Loader identifier. Empty string if the request is fetched from worker.
| |
RedirectHasExtraInfo |
In the case that redirectResponse is populated, this flag indicates whether
requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted
for the request which was just redirected.
| |
RedirectResponse |
Redirect response data.
| |
Request |
Request data.
| |
RequestId |
Request identifier.
| |
Timestamp |
Timestamp.
| |
Type |
Type of this resource.
| |
WallTime |
Timestamp.
|
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.) |