ConfigApiConfigurationSource Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.ConfigurationSources Namespace > ConfigApiConfigurationSource Class >

ConfigApiConfigurationSource Constructor

Initializes a new instance of the ConfigApiConfigurationSource class with the specified base URL and local cache path.

Namespace: BNCS.ConfigurationSources
Assembly:  BNCS.Config (in BNCS.Config.dll)

 

Syntax


public ConfigApiConfigurationSource(
 string baseUrl
)

Parameters

baseUrl

Type: String
The base URL of the configuration API. Must not end with a slash.

 

See Also


ConfigApiConfigurationSource Class

BNCS.ConfigurationSources Namespace