6 references to NormalizedHost
System (4)
net\System\Net\DNS.cs (1)
637result = uri.GetComponents(UriComponents.NormalizedHost, UriFormat.SafeUnescaped);
net\System\URI.cs (1)
2865if ((parts & UriComponents.NormalizedHost) != 0)
net\System\UriExt.cs (1)
880if ((uriComponents & UriComponents.NormalizedHost) != 0)
security\system\security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
179UriComponents.NormalizedHost, UriFormat.SafeUnescaped);
System.ServiceModel (2)
System\ServiceModel\Channels\UriHelper.cs (2)
11return uri.GetComponents(UriComponents.NormalizedHost, UriFormat.UriEscaped); 16return uri.GetComponents(UriComponents.AbsoluteUri | UriComponents.NormalizedHost, UriFormat.UriEscaped);