JsonRpc.AddRemoteRpcTarget(JsonRpc) Method

Definition

Adds a remote rpc connection so calls can be forwarded to the remote target if local targets do not handle it.

public void AddRemoteRpcTarget (StreamJsonRpc.JsonRpc remoteTarget);
member this.AddRemoteRpcTarget : StreamJsonRpc.JsonRpc -> unit
Public Sub AddRemoteRpcTarget (remoteTarget As JsonRpc)

Parameters

remoteTarget
JsonRpc

The json rpc connection to the remote target.

Applies to