CefUrlRequestOptions EnumerationXilium.CefGlue

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Xilium.CefGlue.CefUrlRequestOptions"]

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

[FlagsAttribute]
public enum CefUrlRequestOptions
Members

  Member nameValueDescription
None0 Default behavior.
SkipCache1 If set the cache will be skipped when handling the request.
AllowCachedCredentials2 If set user name, password, and cookies may be sent with the request, and cookies may be saved from the response.
ReportUploadProgress8 If set upload progress events will be generated when a request has a body.
ReportRawHeaders32 If set the headers sent and received for the request will be recorded.
NoDownloadData64 If set the CefUrlRequestClient.OnDownloadData method will not be called.
NoRetryOn5XX128 If set 5XX redirect errors will be propagated to the observer instead of automatically re-tried. This currently only applies for requests originated in the browser process.
See Also