JsonRpcServiceHostBuilder Methods |
[This is preliminary documentation and is subject to change.]
The JsonRpcServiceHostBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| Build |
Builds an instance that implements IJsonRpcServiceHost.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Intercept(FuncRequestContext, FuncTask, Task) |
Adds a handler to intercept the JSON RPC requests.
| |
| Intercept(FuncRequestHandler, RequestHandler) |
Adds a middleware to intercept the JSON RPC requests.
| |
| Register(Assembly) |
Registers all the exposed JSON PRC methods in the public service object types contained in the specified assembly.
| |
| Register(Type) |
Registers all the exposed JSON PRC methods in the specified service object type.
| |
| RegisterTService |
Registers all the exposed JSON PRC methods in the specified service object type.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |