The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.
Other
748
stars
149
forks
source link
Expose metadata about `TargetMethod` publicly #1055
This allows logging based on overridding
DispatchRequestAsync
to know what the target method is.