IdentityClientResponse GetHttpClient( EplanCloudAppNames eplanCloudAppName, string baseAddress, ref HttpClient httpClient )
IdentityClientResponse^ GetHttpClient( EplanCloudAppNames eplanCloudAppName, String^ baseAddress, HttpClient^% httpClient )
Parameters
| Parameter Name | Description |
|---|---|
| eplanCloudAppName | EplanCloudAppName from the enum |
| baseAddress | BaseAddress to set in the HttpClient object. |
| httpClient | Valid HttpClient object if success, otherwise null. |
Return Value
IdentityClientResponse: operation result.