SolidFire.Core Namespace |
Class | Description | |
---|---|---|
DynamicRpcContractResolver |
Serializer Contract Resolver to be used if non-default serialization is needed.
| |
Extenstions |
Some utility classes used in the dispatching and processing of requests through SolidFire.Core.
| |
InitiatorContractResolver |
Serializer Contract Resolver to be used for Create/Modify Initiators .
| |
JsonRpcError |
Class used to deserialize a JSON-RPC error received from a request.
| |
JsonRpcRequestDispatcher |
Used to prepare and dispatch a JSON-RPC request.
| |
JsonRpcResponseT |
Used to deserialize a JSON-RPC response.
| |
RpcBase |
Base class for all JSON-RPC request and response objects.
| |
ServiceBase |
Base class used to make http requests and responses to a JSON-RPC service.
| |
Utilities |
Some utility classes used in the dispatching and processing of requests through SolidFire.Core.
|
Interface | Description | |
---|---|---|
IRpcRequestDispatcher |
Interface for RpcRequests to be dispatched.
|
Delegate | Description | |
---|---|---|
ServiceBaseRpcEventHandler |
This handler is used by the OnRequest and OnResponse methods to deliver the content of the request or response.
|