Click or drag to resize
RequestMessage Properties

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 propertyJsonrpc
See Jsonrpc.
Public propertyMethod
The method to invoke on the receiver.
Public propertyParams
A JObject representing parameters for the method.
Top
See Also