JsonRpcRequestDispatcher Constructor (Uri, Boolean) |
Create a new web request dispatcher with the specified endpoint. No credentials are included so security will be missing.
Namespace:
SolidFire.Core
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public JsonRpcRequestDispatcher(
Uri endpoint,
bool ignoreSslErrors = true
)
Parameters
- endpoint
- Type: SystemUri
The uri endpoint to dispatch requests to. - ignoreSslErrors (Optional)
- Type: SystemBoolean
True to ignore any SSL certificate validation parameters
See Also