The ServiceBase class handles the HTTP client and requests/responses. It is a JSON-RPC specific HTTP client.
Namespace:
SolidFire.Core
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public ServiceBase(
IRpcRequestDispatcher rpcRequestDispatcher
)
Parameters
- rpcRequestDispatcher
- Type: SolidFire.CoreIRpcRequestDispatcher
An IRpcRequestDispatcher implementation.
See Also