CefRequest Methods |
The CefRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| Create |
Create a new CefRequest object.
| |
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetHeaderMap |
Get the header values. Will not include the Referer value if any.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Set |
Set all values at one time.
| |
| SetHeaderMap |
Set the header values. If a Referer value exists in the header map it will
be removed and ignored.
| |
| SetReferrer |
Set the referrer URL and policy. If non-empty the referrer URL must be
fully qualified with an HTTP or HTTPS scheme component. Any username,
password or ref component will be removed.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |