Click or drag to resize

CefRequest Methods

The CefRequest type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create a new CefRequest object.
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHeaderMap
Get the header values. Will not include the Referer value if any.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSet
Set all values at one time.
Public methodSetHeaderMap
Set the header values. If a Referer value exists in the header map it will be removed and ignored.
Public methodSetReferrer
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also