Click or drag to resize

RequestMessage Properties

[This is preliminary documentation and is subject to change.]

The RequestMessage type exposes the following members.

Properties
  NameDescription
Public propertyId
A unique ID given to the request/response session. The request creator is responsible for assigning this value.
Public propertyIsNotification
Determines whether this Request object is a Notification.
Public propertyMethod
The method to invoke on the receiver.
Public propertyParameters
A JObject representing parameters for the method.
Public propertyVersion
The version of the JSON-RPC specification in use.
(Inherited from Message.)
Top
See Also