UriIdnScope
Provides the possible values for the configuration setting of the IdnElement in the Configuration namespace.
namespace System
{
public enum UriIdnScope
{
None,
AllExceptIntranet,
All
}
}