Click or drag to resize

SolidFire.Core Namespace

 
Classes
  ClassDescription
Public classDynamicRpcContractResolver
Serializer Contract Resolver to be used if non-default serialization is needed.
Public classExtenstions
Some utility classes used in the dispatching and processing of requests through SolidFire.Core.
Public classInitiatorContractResolver
Serializer Contract Resolver to be used for Create/Modify Initiators .
Public classJsonRpcError
Class used to deserialize a JSON-RPC error received from a request.
Public classJsonRpcRequestDispatcher
Used to prepare and dispatch a JSON-RPC request.
Public classJsonRpcResponseT
Used to deserialize a JSON-RPC response.
Public classRpcBase
Base class for all JSON-RPC request and response objects.
Public classServiceBase
Base class used to make http requests and responses to a JSON-RPC service.
Public classUtilities
Some utility classes used in the dispatching and processing of requests through SolidFire.Core.
Interfaces
  InterfaceDescription
Public interfaceIRpcRequestDispatcher
Interface for RpcRequests to be dispatched.
Delegates
  DelegateDescription
Public delegateServiceBaseRpcEventHandler
This handler is used by the OnRequest and OnResponse methods to deliver the content of the request or response.