RequestContext Constructor (IRequestContext) |
Version 109.1.110
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 109.1.110.0
Syntax public RequestContext(
IRequestContext otherRequestContext
)
public:
RequestContext(
IRequestContext^ otherRequestContext
)
Parameters
- otherRequestContext
- Type: CefSharpIRequestContext
[Missing <param name="otherRequestContext"/> documentation for "M:CefSharp.RequestContext.#ctor(CefSharp.IRequestContext)"]
See Also