IJsonRpcBuilder Methods | 
[This is preliminary documentation and is subject to change.]
The IJsonRpcBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| Intercept | 
            Adds a middleware to intercept the JSON RPC requests.
              | |
| Register | 
            Adds a JSON-RPC service to the built IJsonRpcServiceHost.
              | 
| Name | Description | |
|---|---|---|
| Intercept | 
            Adds a handler to intercept the JSON RPC requests.
              (Defined by JsonRpcBuilderExtensions.) | |
| Register(Assembly) | Overloaded.   
            Adds all the public JSON-RPC service types in the assembly to the built IJsonRpcServiceHost.
              (Defined by JsonRpcBuilderExtensions.) | |
| RegisterTService | Overloaded.   
            Adds a JSON-RPC service to the built IJsonRpcServiceHost.
              (Defined by JsonRpcBuilderExtensions.) | |
| RegisterFromAssemblyT | 
            Adds all the public JSON-RPC service types in the assembly of specified Type
            to the built IJsonRpcServiceHost.
              (Defined by JsonRpcBuilderExtensions.) |