Property Payload
Payload
Gets the full JSON-RPC notification payload.
public JsonDocument Payload { get; }
Property Value
- JsonDocument
The complete notification as a JsonDocument. The recipient should not dispose this document; it is managed by the transport.