Cef |
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. |