Click or drag to resize

EngineOptions.Schemes Property

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

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

Property Value

Type: IReadOnlyDictionary<Scheme, IHandler<InterceptRequestParameters, InterceptRequestResponse>>
The readonly dictionary of the schemes that will be intercepted.
See Also