Share via


JsonRpcResponseEventArgs Class

Definition

Carries the RequestId and success status of response messages.

public class JsonRpcResponseEventArgs : StreamJsonRpc.Reflection.JsonRpcMessageEventArgs
type JsonRpcResponseEventArgs = class
    inherit JsonRpcMessageEventArgs
Public Class JsonRpcResponseEventArgs
Inherits JsonRpcMessageEventArgs
Inheritance
JsonRpcResponseEventArgs

Constructors

JsonRpcResponseEventArgs(RequestId, Boolean)

Initializes a new instance of the JsonRpcResponseEventArgs class.

Properties

IsSuccessfulResponse

Gets a value indicating whether the response is a result (as opposed to an error).

RequestId

Gets the id on the request, result or error.

(Inherited from JsonRpcMessageEventArgs)

Applies to