Session Constructor |
Establish a session to the service
public Session( Uri url, string api_key, string api_secret, HttpClientHandler httpClientHandler )
The URL to the service endpoint.
Typically: https://emea.api.dss.globalsign.com:8443
| Exception | Condition |
|---|---|
| HttpException | If a network error occurs. |
| PermissionException | If a login error occurs, e.g. because the client certificate is rejected or the credentials are incorrect. |
| RetryException | If the login rate limit is exceeded. |
| ArgumentNullException | if url is . |
| ArgumentNullException | if api_key is . |
| ArgumentNullException | if api_secret is . |
| ArgumentNullException | if httpClientHandler is . |