IdentityClientResponse GetHttpClient( string strClientId, string url, ref HttpClient httpClient )
IdentityClientResponse^ GetHttpClient( String^ strClientId, String^ url, HttpClient^% httpClient )
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.