Click or drag to resize

EngineOptionsBuilderSchemes Property

Gets the dictionary of the schemes that will be intercepted.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public IDictionary<Scheme, IHandler<InterceptRequestParameters, InterceptRequestResponse>> Schemes { get; }

Property Value

Type: IDictionaryScheme, IHandlerInterceptRequestParameters, InterceptRequestResponse
The dictionary of the schemes that will be intercepted.
See Also