CefRequestContext MembersXilium.CefGlue

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

The CefRequestContext type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCreateContext
Creates a new context object with the specified handler.
Public methodDispose
Releases all resources used by the CefRequestContext
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodStatic memberGetGlobalContext
Returns the global context object.
Public methodGetHandler
Returns the handler for this context if any.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIsSame
Returns true if this object is pointing to the same context as |that| object.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyIsGlobal
Returns true if this object is the global context.
Back to Top
See Also