Method | Description | |
---|---|---|
GetConfiguration ( string nodeName ) : Stream | ||
LoadSettings ( ) : void |
Loads saved RuntimeConfigurationService settings from the config file if the RestService.PersistSettings property is set to true.
|
|
RuntimeConfigurationService ( ) : System |
Initializes a new instance of the RuntimeConfigurationService class.
|
|
SaveSettings ( ) : void |
Saves RuntimeConfigurationService settings to the config file if the RestService.PersistSettings property is set to true.
|
public GetConfiguration ( string nodeName ) : Stream | ||
nodeName | string | |
return | Stream |
public RuntimeConfigurationService ( ) : System | ||
return | System |