Interface IProtoSettingsInfrastructure
Infrastructure that fills configuration keys with values only it can know after starting, for example the address of a standalone application a browser should visit.
public interface IProtoSettingsInfrastructure : IProtoInfrastructure, IProtoResource
- Inherited Members
- Extension Methods
Properties
Settings
Gets the configuration values the started piece provides.
IReadOnlyDictionary<string, string> Settings { get; }