IHandlerTParameters, TResponse Interface |
Namespace: DotNetBrowser.Handlers
public interface IHandler<in TParameters, out TResponse>
The IHandlerTParameters, TResponse type exposes the following members.
Name | Description | |
---|---|---|
Handle |
This method is called when the Chromium callback needs a response that may be
determined based on the provided parameters.
|