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.
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
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