9 references to UriIdnScope
System (1)
src\libraries\shims\System\ref\System.cs (1)
929
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
UriIdnScope
))]
System.Configuration.ConfigurationManager (8)
System\Configuration\IdnElement.cs (8)
11
internal const
UriIdnScope
EnabledDefaultValue =
UriIdnScope
.None;
16
new ConfigurationProperty(CommonConfigurationStrings.Enabled, typeof(
UriIdnScope
),
33
public
UriIdnScope
Enabled
35
get { return (
UriIdnScope
)this[_enabled]; }
57
return
UriIdnScope
.All;
59
return
UriIdnScope
.None;
61
return
UriIdnScope
.AllExceptIntranet;