JsonRpcClient Class | 
[This is preliminary documentation and is subject to change.]
Namespace: JsonRpc.Client
The JsonRpcClient type exposes the following members.
| Name | Description | |
|---|---|---|
| JsonRpcClient | 
            Initializes a JSON RPC client.
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| NextRequestId | 
            Generates the next unique value that can be used as Id.
              | |
| OnRequestCancelling | 
            Raises RequestCancelling event.
              | |
| SendAsync | 
            Asynchronously send a JSON RPC request or notification message.
              | |
| SendNotificationAsync | 
            Asynchronously send a JSON RPC notification message.
              | |
| SendRequestAsync | 
            Asynchronously send a JSON RPC request message.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| RequestCancelling | 
            Raises when a JSON RPC Request call is to be cancelled.
              |