mscorlib(4.0.0.0) API with additions
UriIdnScope.cs
1 namespace System
2 {
4  public enum UriIdnScope
5  {
7  None,
11  All
12  }
13 }
This value will convert all external Unicode domain names to use the Punycode equivalents (IDN names)...
Definition: __Canon.cs:3
Attribute can be applied to any application element.
UriIdnScope
Provides the possible values for the configuration setting of the T:System.Configuration....
Definition: UriIdnScope.cs:4