Recognizes and processes the <ambience> configuration section.
Namespace:
Gallio.AmbienceAssembly: Gallio.Ambience (in Gallio.Ambience.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public class AmbienceSectionHandler : IConfigurationSectionHandler |
| Visual Basic (Declaration) |
|---|
Public Class AmbienceSectionHandler _ Implements IConfigurationSectionHandler |
Examples
Example configuration:
CopyC#
<?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <section name="ambience" type="Gallio.Ambience.AmbienceSectionHandler, Gallio.Ambience" /> </configSections> <ambience> <defaultClient hostName="localhost" port="65436" userName="Test" password="Password" /> </ambience> </configuration>
