Eplan Platform API
Eplan.IdentityClient.Authentification Namespace / IEIdentityClient Interface / GetHttpClient Method
ClientId name.
URL for which a proxy object will be created and set in the HttpClient object.
Valid HttpClient object if success, otherwise null.

In This Topic
GetHttpClient Method
In This Topic
Gets HttpClient object. IHttpClientFactory is used internally to create the HttpClient object.
Syntax

Parameters

strClientId
ClientId name.
url
URL for which a proxy object will be created and set in the HttpClient object.
httpClient
Valid HttpClient object if success, otherwise null.

Return Value

IdentityClientResponse: operation result.
Remarks
A proxy for the baseAddress and the authorization header to access the EPLAN Cloud service (strClientId) are set by default in the returned HttpClient object. In this way it is ready for use.
See Also