AsyncHandlerTParameters, TResponse Class | 
Namespace: DotNetBrowser.Handlers
public sealed class AsyncHandler<TParameters, TResponse> : IHandler<TParameters, TResponse>
The AsyncHandlerTParameters, TResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| AsyncHandlerTParameters, TResponse | 
                Initializes an instance of the AsyncHandlerTParameters, 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.) |