RequestContext Constructor (IRequestContext, IRequestContextHandler) |
Version 92.0.260
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 92.0.260.0
Syntax public RequestContext(
IRequestContext otherRequestContext,
IRequestContextHandler requestContextHandler
)
public:
RequestContext(
IRequestContext^ otherRequestContext,
IRequestContextHandler^ requestContextHandler
)
Parameters
- otherRequestContext
- Type: CefSharpIRequestContext
storage (e.g. cache) will be shared wil this context. - requestContextHandler
- Type: CefSharpIRequestContextHandler
handler
See Also