RequestMessage Properties |
[This is preliminary documentation and is subject to change.]
The RequestMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| Id |
A unique ID given to the request/response session. The request creator is responsible for assigning this value.
| |
| IsNotification |
Determines whether this Request object is a Notification.
| |
| Method |
The method to invoke on the receiver.
| |
| Parameters |
A JObject representing parameters for the method.
| |
| Version |
The version of the JSON-RPC specification in use.
(Inherited from Message.) |