Cef |
public sealed class CefRequest : IDisposable
The CefRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| FirstPartyForCookies | Gets or sets the URL to the first party for cookies used in combination with CefWebURLRequest. | |
| Identifier | Returns the globally unique identifier for this request or 0 if not specified. Can be used by CefRequestHandler implementations in the browser process to track a single request across multiple callbacks. | |
| IsReadOnly | Returns true if this object is read-only. | |
| Method | Gets or sets the request method type. The value will default to POST if post data is provided and GET otherwise. | |
| Options | Get the options used in combination with CefUrlRequest. | |
| PostData | Get the post data. | |
| ReferrerPolicy | Get the referrer policy. | |
| ReferrerURL | Get the referrer URL. | |
| ResourceType | Get the resource type for this request. Only available in the browser process. | |
| TransitionType | Get the transition type for this request. Only available in the browser process and only applies to requests that represent a main frame or sub-frame navigation. | |
| Url | Gets or sets the fully qualified URL. |
| Name | Description | |
|---|---|---|
| Create | Create a new CefRequest object. | |
| Dispose | Releases all resources used by the CefRequest | |
| 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 |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
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) |