Click or drag to resize

RequestContextBuilder Class

Version 130.1.90
Fluent style builder for creating IRequestContext instances.
Inheritance Hierarchy
SystemObject
  CefSharpRequestContextBuilder

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class RequestContextBuilder

The RequestContextBuilder type exposes the following members.

Constructors
 NameDescription
Public methodRequestContextBuilderInitializes a new instance of the RequestContextBuilder class
Top
Methods
 NameDescription
Public methodCreate Create the actual RequestContext instance
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOnInitialize Action is called in IRequestContextHandler.OnRequestContextInitialized
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWithCachePath Sets the Cache Path
Public methodWithPreference Set the value associated with preference name when the RequestContext is initialzied. If value is null the preference will be restored to its default value. If setting the preference fails no error is throw, you must check the CEF Log file. Preferences set via the command-line usually cannot be modified.
Public methodWithProxyServer(String) Set the Proxy server when the RequestContext is initialzied. If value is null the preference will be restored to its default value. If setting the preference fails no error is throw, you must check the CEF Log file. Proxy set via the command-line cannot be modified.
Public methodWithProxyServer(String, NullableInt32) Set the Proxy server when the RequestContext is initialzied. If value is null the preference will be restored to its default value. If setting the preference fails no error is throw, you must check the CEF Log file. Proxy set via the command-line cannot be modified.
Public methodWithProxyServer(String, String, NullableInt32) Set the Proxy server when the RequestContext is initialzied. If value is null the preference will be restored to its default value. If setting the preference fails no error is throw, you must check the CEF Log file. Proxy set via the command-line cannot be modified.
Public methodWithSharedSettings Shares storage with other RequestContext
Top
See Also