Handler<TParameters, TResponse> Class |
Namespace: DotNetBrowser.Handlers
public sealed class Handler<TParameters, TResponse> : IHandler<TParameters, TResponse>
The Handler<TParameters, TResponse> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Handler<TParameters, TResponse> |
Initializes an instance of the Handler<TParameters, 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 | |
---|---|---|
![]() ![]() | Implicit(Func<TParameters, TResponse> to Handler<TParameters, TResponse>) |
The cast operator that can be used to cast Func<T, TResult> to Handler<TParameters, TResponse> |