Interface IJsonRpcClientProxy
- Namespace
- StreamJsonRpc
- Assembly
- StreamJsonRpc.dll
Implemented by proxies returned from Attach<T>(IJsonRpcMessageHandler, JsonRpcProxyOptions?) and its overloads to provide access to additional JSON-RPC functionality.
public interface IJsonRpcClientProxy : IClientProxy, IDisposable
- Inherited Members
- Extension Methods
Properties
JsonRpc
Gets the JsonRpc instance behind this proxy.
JsonRpc JsonRpc { get; }