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