Interface IProtoSettingsInfrastructure

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

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; }

Property Value

IReadOnlyDictionary<string, string>