Initiator Class |
Namespace: CefSharp.DevTools.Network
The Initiator type exposes the following members.
Name | Description | |
---|---|---|
ColumnNumber |
Initiator column number, set for Parser type or for Script type (when script is importing
module) (0-based).
| |
LineNumber |
Initiator line number, set for Parser type or for Script type (when script is importing
module) (0-based).
| |
RequestId |
Set if another request triggered this request (e.g. preflight).
| |
Stack |
Initiator JavaScript stack trace, set for Script only.
| |
Type |
Type of this initiator.
| |
Url |
Initiator URL, set for Parser type or for Script type (when script is importing module) or for SignedExchange type.
|
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.) | |
ToDictionary | (Inherited from DevToolsDomainEntityBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |