IJsonRpcClientProxy Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |