System.Configuration.IdnElement
Provides the configuration setting for International Domain Name (IDN) processing in the Uri class.
namespace System.Configuration
{
public sealed class IdnElement : ConfigurationElement
{
public UriIdnScope Enabled { get; set; }
public IdnElement();
}
}