![]() | JsonRpcServiceHostBuilder Class |
[This is preliminary documentation and is subject to change.]
Namespace: JsonRpc.Server
The JsonRpcServiceHostBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonRpcServiceHostBuilder | Initializes a new instance of the JsonRpcServiceHostBuilder class |
Name | Description | |
---|---|---|
![]() | ContractResolver |
Contract resolver that maps the JSON RPC methods to CLR service methods.
|
![]() | LoggerFactory |
The logger factory used to get a logger for the service host.
|
![]() | MethodBinder |
The binder that chooses the best match among a set of RPC methods.
|
![]() | ServiceFactory |
The factory that creates the JSON RPC service instances to handle the requests.
|
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.) |