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