IJsonRpcLocalProxy Interface

Definition

An interface that local proxy objects may implement to generate proxies for other types.

public interface IJsonRpcLocalProxy
type IJsonRpcLocalProxy = interface
Public Interface IJsonRpcLocalProxy

Methods

ConstructLocalProxy<T>()

Creates a local proxy for a new type that targets the same underlying object as the current proxy.

Applies to