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
Exceptions
- InvalidOperationException
May be thrown when set more than once.