IJsonRpcClientProxy Interface

Definition

Implemented by dynamically generated proxies returned from Attach<T>(IJsonRpcMessageHandler, JsonRpcProxyOptions) and its overloads to provide access to additional JSON-RPC functionality.

public interface IJsonRpcClientProxy : IDisposable
type IJsonRpcClientProxy = interface
    interface IDisposable
Public Interface IJsonRpcClientProxy
Implements IDisposable
Implements

Properties

JsonRpc

Gets the JsonRpc instance behind this proxy.

Applies to