Interface IProtoConfigurableOptions
An options (or sink) type whose properties can be layered with values from a fixed "ProtoTest:..." configuration section after code-based defaults are applied.
public interface IProtoConfigurableOptions
- Extension Methods
Properties
ConfigurationSectionName
The configuration section this type binds from, e.g. "ProtoTest:Rest:Responses".
string ConfigurationSectionName { get; }