12#ifndef __refinitiv_ema_access_ServiceEndpointDiscoveryConfig_h
13#define __refinitiv_ema_access_ServiceEndpointDiscoveryConfig_h
101 friend class ServiceEndpointDiscoveryImpl;
106 FILE* _restLogOutputStreamFile;
108 bool _restVerboseMode;
113 bool _shouldInitializeCPUIDlib;
*|--------------------------------------------------------------------------—
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
The ema namespace contains all interfaces and definitions specified for use with EMA.
EmaString class is a container of a null terminated Ascii character string.
ServiceEndpointDiscoveryConfig & shouldInitializeCPUIDlib(bool shouldInitializeCPUIDlib=true)
ServiceEndpointDiscoveryConfig & tokenServiceUrlV2(const EmaString &tokenServiceUrl="")
ServiceEndpointDiscoveryConfig & libSslName(const EmaString &libsslName="")
ServiceEndpointDiscoveryConfig & libCurlName(const EmaString &libcurlName="")
ServiceEndpointDiscoveryConfig & serviceDiscoveryUrl(const EmaString &serviceDiscoveryUrl="")
ServiceEndpointDiscoveryConfig & restVerboseMode(bool restVerboseMode=false)
ServiceEndpointDiscoveryConfig & tokenServiceUrlV1(const EmaString &tokenServiceUrl="")
ServiceEndpointDiscoveryConfig & restEnableLog(bool restEnableLog=false)
ServiceEndpointDiscoveryConfig & restLogOutputStream(FILE *restLogOutputStream=NULL)
ServiceEndpointDiscoveryConfig & libCryptoName(const EmaString &libcryptoName="")
ServiceEndpointDiscoveryConfig()