Class JsonRpcMessageEventArgs
- Namespace
- StreamJsonRpc.Reflection
- Assembly
- StreamJsonRpc.dll
Carries the RequestId from request or response messages.
public class JsonRpcMessageEventArgs : EventArgs
- Inheritance
-
JsonRpcMessageEventArgs
- Derived
- Inherited Members
Constructors
JsonRpcMessageEventArgs(RequestId)
Initializes a new instance of the JsonRpcMessageEventArgs class.
public JsonRpcMessageEventArgs(RequestId requestId)
Parameters
requestId
RequestIdThe ID from the request or response that the event is regarding.
Properties
RequestId
Gets the id on the request, result or error.
public RequestId RequestId { get; }