Click or drag to resize
RequestContext Class
Version 57.0.0

[Missing <summary> documentation for "T:CefSharp.RequestContext"]

Inheritance Hierarchy
SystemObject
  CefWrapper
    CefSharpRequestContext

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 57.0.0.0
Syntax
public class RequestContext : CefWrapper, 
	IRequestContext

The RequestContext type exposes the following members.

Constructors
  NameDescription
Public methodRequestContext
Initializes a new instance of the RequestContext class
Public methodRequestContext(IRequestContextHandler)
Initializes a new instance of the RequestContext class
Public methodRequestContext(RequestContextSettings)
Initializes a new instance of the RequestContext class
Public methodRequestContext(RequestContextSettings, IRequestContextHandler)
Initializes a new instance of the RequestContext class
Top
Properties
  NameDescription
Public propertyCachePath
Public propertyIsGlobal
Top
Methods
  NameDescription
Public methodCanSetPreference
Public methodClearCertificateExceptions
Public methodClearSchemeHandlerFactories
Public methodCloseAllConnections
Public methodStatic memberCreateContext
Public methodDispose
Releases all resources used by the RequestContext
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the RequestContext and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetAllPreferences
Public methodGetDefaultCookieManager
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPreference
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasPreference
Public methodIsSame
Public methodIsSharingWith
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPurgePluginListCache
Public methodRegisterSchemeHandlerFactory
Public methodResolveHostAsync
Public methodResolveHostCached
Public methodSetPreference
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
See Also