System.Configuration.UriSection
Represents the Uri section within a configuration file.
namespace System.Configuration
{
public sealed class UriSection : ConfigurationSection
{
public IdnElement Idn { get; }
public IriParsingElement IriParsing { get; }
public SchemeSettingElementCollection SchemeSettings { get; }
public UriSection();
}
}