C# Класс SobekCM.Core.Client.SobekEngineClient

Gateway to all the endpoints exposed by the SobekCM engine and consumed by the application
This will not have access to the endpoints that are provided ONLY for use by the end user. This only contains the endpoints that are actually consumed by the web UI.
Показать файл Открыть проект

Открытые методы

Метод Описание
Read_Config_File ( string ConfigFile, string SystemBaseUrl ) : bool

Read the microservices configuration file

This also sets the Config_Read_Attempted flag to TRUE and set the Config_Read_Error flag

Set_Endpoints ( MicroservicesClient_Configuration EndpointConfig ) : void

Directly set the microservice configuration

Приватные методы

Метод Описание
SobekEngineClient ( ) : System

Static constructor for the SobekEngineClient class

Описание методов

Read_Config_File() публичный статический Метод

Read the microservices configuration file
This also sets the Config_Read_Attempted flag to TRUE and set the Config_Read_Error flag
public static Read_Config_File ( string ConfigFile, string SystemBaseUrl ) : bool
ConfigFile string File ( including path )
SystemBaseUrl string
Результат bool

Set_Endpoints() публичный статический Метод

Directly set the microservice configuration
public static Set_Endpoints ( MicroservicesClient_Configuration EndpointConfig ) : void
EndpointConfig MicroservicesClient_Configuration Configuration of all the endpoint information
Результат void