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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetHeaderMap Get the header values. Will not include the Referer value if any.
Public methodGetTypeGets 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also