Property Schemes
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
Schemes
Gets the readonly dictionary of the schemes that will be intercepted.
public IReadOnlyDictionary<Scheme, IHandler<InterceptRequestParameters, InterceptRequestResponse>> Schemes { get; }
Property Value
- IReadOnlyDictionary<Scheme, IHandler<InterceptRequestParameters, InterceptRequestResponse>>
The readonly dictionary of the schemes that will be intercepted.