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
Syntaxpublic JsonRpcRequestDispatcher(
Uri endpoint,
bool ignoreSslErrors = true
)
Parameters
- endpoint
- Type: System.Uri
The uri endpoint to dispatch requests to. - ignoreSslErrors (Optional)
- Type: System.Boolean
True to ignore any SSL certificate validation parameters
See Also