HandlerTParameters, TResponse Class |
Namespace: DotNetBrowser.Handlers
public sealed class Handler<TParameters, TResponse> : IHandler<TParameters, TResponse>
The HandlerTParameters, TResponse type exposes the following members.
Name | Description | |
---|---|---|
HandlerTParameters, TResponse |
Initializes an instance of the HandlerTParameters, TResponse class.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Handle |
This method is called when the Chromium callback needs a response that may be
determined based on the provided parameters.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
(FuncTParameters, TResponse to HandlerTParameters, TResponse) |
The cast operator that can be used to cast FuncT, TResult to HandlerTParameters, TResponse |