| ObjectFactory Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CefSharp.Core
 Syntax
SyntaxThe ObjectFactory type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | ConfigureRequestContext | 
            Create a new RequestContextBuilder which can be used to
            create a new IRequestContext in a fluent flashion.
            Call Create to create the actual
            IRequestContext instance
             | 
|   | CreateBrowserSettings | 
            Create a new instance of IBrowserSettings | 
|   | CreateDragData | 
            Create a new instance of IDragData | 
|   | CreatePostData | 
            Create a new instance of IPostData | 
|   | CreatePostDataElement | 
            Create a new instance of IPostDataElement | 
|   | CreateRequest | 
            Create a new instance of IRequest | 
|   | CreateUrlRequest(IRequest, IUrlRequestClient) | 
            Create a new instance of IUrlRequest | 
|   | CreateUrlRequest(IRequest, IUrlRequestClient, IRequestContext) | 
            Create a new instance of IUrlRequest | 
|   | CreateWindowInfo | 
            Create a new instance of IWindowInfo | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | BrowserSetingsType | |
|   | RequestContextType | 
 See Also
See Also