Interface IProtoConfigurableOptions

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

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

Property Value

string