Click or drag to resize

IHandlerTParameters, TResponse Interface

The common interface for all handlers.

Namespace:  DotNetBrowser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IHandler<in TParameters, out TResponse>

Type Parameters

TParameters
The handler parameters type.
TResponse
The result type.

The IHandlerTParameters, TResponse type exposes the following members.

Methods
  NameDescription
Public methodHandle
This method is called when the Chromium callback needs a response that may be determined based on the provided parameters.
Top
See Also