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