RequestMessage Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:JsonRpc.Messages.RequestMessage"]
Namespace: JsonRpc.Messages
The RequestMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| RequestMessage | Initializes a new instance of the RequestMessage class | |
| RequestMessage(String) | Initializes a new instance of the RequestMessage class | |
| RequestMessage(MessageId) | Initializes a new instance of the RequestMessage class | |
| RequestMessage(String, JToken) | Initializes a new instance of the RequestMessage class | |
| RequestMessage(MessageId, String) | Initializes a new instance of the RequestMessage class | |
| RequestMessage(MessageId, String, JToken) | Initializes a new instance of the RequestMessage class |
| 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.) |
| 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.) | |
| ToString |
Gets the JSON representation of the message.
(Inherited from Message.) | |
| WriteJson |
Writes the JSON RPC string into specified TextWriter.
(Inherited from Message.) |