C# Class 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.
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SobekEngineClient ( ) : System

Static constructor for the SobekEngineClient class

Method Details

Read_Config_File() public static méthode

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
Résultat bool

Set_Endpoints() public static méthode

Directly set the microservice configuration
public static Set_Endpoints ( MicroservicesClient_Configuration EndpointConfig ) : void
EndpointConfig MicroservicesClient_Configuration Configuration of all the endpoint information
Résultat void