JsonRpcRequestDispatcher Constructor (Uri, NetworkCredential, Boolean) |
Create a new web request dispatcher with the specified endpoint and credentials
Namespace:
SolidFire.Core
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public JsonRpcRequestDispatcher(
Uri endpoint,
NetworkCredential credential,
bool ignoreSslErrors = true
)
Parameters
- endpoint
- Type: SystemUri
The uri endpoint to dispatch requests to. - credential
- Type: System.NetNetworkCredential
The network credential to authenticate the request with. - ignoreSslErrors (Optional)
- Type: SystemBoolean
True to ignore any SSL certificate validation parameters
See Also