Click or drag to resize
ResponseMessage Properties

The ResponseMessage type exposes the following members.

Properties
  NameDescription
Public propertyError
A JObject representing an error that occurred while processing the request.
Public propertyId
A unique ID assigned to the request/response session. The request creator is responsible for this value.
Public propertyJsonrpc
See Jsonrpc.
Public propertyResult
A JObject representing the result of processing the request.
Top
See Also