Click or drag to resize

EngineOptionsSchemes Property

Gets the readonly dictionary of the schemes that will be intercepted.

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

Property Value

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