Table of Contents

Interface IJsonRpcInstanceContainer

Namespace
StreamJsonRpc
Assembly
StreamJsonRpc.dll

Interface optionally implemented by IJsonRpcMessageFormatter implementations that need a reference to their owner JsonRpc class.

public interface IJsonRpcInstanceContainer

Properties

Rpc

Sets the JsonRpc instance.

JsonRpc Rpc { set; }

Property Value

JsonRpc

Exceptions

InvalidOperationException

May be thrown when set more than once.