Session Constructor |
public Session( Uri url, HttpClientHandler httpClientHandler )
The service endpoint base URL.
Example: https://ais.swisscom.com
| Exception | Condition |
|---|---|
| HttpException | If a network error occurs. |
| PermissionException | If the SSL client certificate is rejected. |
| ArgumentNullException | if url is . |
| ArgumentNullException | if httpClientHandler is . |